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:
zhang.lei 2018-01-15 02:50:30 +00:00 committed by lei zhang
parent 909a58d025
commit a7d2b62860
1 changed files with 0 additions and 5 deletions

View File

@ -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