Merge "Remove the deprecated "giturl" option"
This commit is contained in:
commit
f2baa81a91
@ -70,12 +70,8 @@ release = version_info.release_string()
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = version_info.version_string()
|
version = version_info.version_string()
|
||||||
|
|
||||||
# Config logABug feature
|
|
||||||
giturl = u'https://git.openstack.org/cgit/openstack/cinder/tree/api-ref/source'
|
|
||||||
# source tree
|
|
||||||
# html_context allows us to pass arbitrary values into the html template
|
# html_context allows us to pass arbitrary values into the html template
|
||||||
html_context = {"bug_tag": "api-ref",
|
html_context = {"bug_tag": "api-ref",
|
||||||
"giturl": giturl,
|
|
||||||
"bug_project": "cinder"}
|
"bug_project": "cinder"}
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user