Merge "Config logABug feature for Swift api-ref"

This commit is contained in:
Jenkins 2016-09-28 13:17:35 +00:00 committed by Gerrit Code Review
commit 500a5128d2

View File

@ -94,6 +94,14 @@ version = __version__.rsplit('.', 1)[0]
# The full version, including alpha/beta/rc tags.
release = __version__
# Config logABug feature
giturl = u'http://git.openstack.org/cgit/openstack/swift/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': 'swift'}
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#