[api-ref] configure LogABug feature

To report a bug into the trove project, not default openstack-manuals.

Change-Id: I8e1c16ab070541b00b92dc019ed86bbf71e56bb7
This commit is contained in:
KATO Tomoyuki
2016-09-27 23:40:20 +09:00
parent 931b993063
commit c1d2f3de52

View File

@@ -106,6 +106,15 @@ show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
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 ----------------------------------------------
# Grouping the document tree for man pages.