Remove the deprecated "giturl" option
From openstackdocstheme 1.18.0, valid Git URLs can be retrieved by openstackdocstheme[1], we do not need giturl option anymore. [1] https://review.openstack.org/532163 Change-Id: Iaff058758c26fec5ae55d711b4390f37f72e79c4
This commit is contained in:
parent
5420a050b2
commit
b6a608aba5
@ -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…
x
Reference in New Issue
Block a user