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: Ieba3bed24757466e122b9f6db1509f0d816ac6ef
This commit is contained in:
parent
909a58d025
commit
a7d2b62860
@ -78,13 +78,8 @@ version = keystone_version.release_string()
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = keystone_version.release_string()
|
||||
|
||||
# Config logABug feature
|
||||
giturl = (
|
||||
u'https://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
|
||||
|
Loading…
x
Reference in New Issue
Block a user