Merge "Config logABug feature for Keystone api-ref"

This commit is contained in:
Jenkins 2016-08-31 14:30:03 +00:00 committed by Gerrit Code Review
commit 7a82aa8a6d

View File

@ -97,6 +97,15 @@ version = keystone_version.release_string()
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = keystone_version.release_string() release = keystone_version.release_string()
# Config logABug feature
giturl = (
u'http://git.openstack.org/cgit/openstack/keystone/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": "keystone"}
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
# language = None # language = None