Merge "Config logABug feature for Keystone api-ref"
This commit is contained in:
commit
7a82aa8a6d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user