Merge "[api-ref] configure LogABug feature"
This commit is contained in:
commit
f2607bdfc2
@ -114,6 +114,15 @@ show_authors = False
|
|||||||
# The name of the Pygments (syntax highlighting) style to use.
|
# The name of the Pygments (syntax highlighting) style to use.
|
||||||
pygments_style = 'sphinx'
|
pygments_style = 'sphinx'
|
||||||
|
|
||||||
|
# Config logABug feature
|
||||||
|
# source tree
|
||||||
|
giturl = (
|
||||||
|
u'http://git.openstack.org/cgit/openstack/trove/tree/api-ref/source')
|
||||||
|
# html_context allows us to pass arbitrary values into the html template
|
||||||
|
html_context = {'bug_tag': 'api-ref',
|
||||||
|
'giturl': giturl,
|
||||||
|
'bug_project': 'trove'}
|
||||||
|
|
||||||
# -- Options for man page output ----------------------------------------------
|
# -- Options for man page output ----------------------------------------------
|
||||||
|
|
||||||
# Grouping the document tree for man pages.
|
# Grouping the document tree for man pages.
|
||||||
|
Loading…
Reference in New Issue
Block a user