summaryrefslogtreecommitdiff
path: root/api-ref/source/conf.py
diff options
context:
space:
mode:
authorzhang.lei <zhang.lei@99cloud.net>2018-01-15 02:50:30 +0000
committerlei zhang <zhang.lei@99cloud.net>2018-01-23 05:51:40 +0000
commita7d2b6286047d009d384be9f3424a473d82cc807 (patch)
treec7a3dacdf1764314f5a457dc842c813cb8a4fe79 /api-ref/source/conf.py
parent909a58d025e2881ac676674e35d05eb030036f5b (diff)
downloadkeystone-a7d2b6286047d009d384be9f3424a473d82cc807.tar.gz
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
Diffstat (limited to 'api-ref/source/conf.py')
-rw-r--r--api-ref/source/conf.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py
index e20118667..c0d99bcda 100644
--- a/api-ref/source/conf.py
+++ b/api-ref/source/conf.py
@@ -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