Merge "Config logABug feature for Trove api-ref"

This commit is contained in:
Jenkins 2016-10-04 16:25:00 +00:00 committed by Gerrit Code Review
commit 25d668450b
1 changed files with 8 additions and 0 deletions

View File

@ -77,6 +77,14 @@ release = version_info.release_string()
# The short X.Y version.
version = version_info.version_string()
# Config logABug feature
giturl = u'http://git.openstack.org/cgit/openstack/trove/tree/api-ref/source'
# source tree
# html_context allows us to pass arbitrary values into the html template
html_context = {"bug_tag": "api-ref",
"giturl": giturl,
"bug_project": "trove"}
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#