Merge "[api-ref] configure LogABug feature"

This commit is contained in:
Jenkins 2016-10-13 15:38:53 +00:00 committed by Gerrit Code Review
commit 0895f7f92d
1 changed files with 9 additions and 0 deletions

View File

@ -105,6 +105,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/magnum/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': 'magnum'}
# -- Options for man page output ----------------------------------------------
# Grouping the document tree for man pages.