summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-01-30 23:06:52 +0000
committerGerrit Code Review <review@openstack.org>2018-01-30 23:06:52 +0000
commit1485c13754e6fa6864504f9612e82695913510ff (patch)
tree6cd1552503d33075102b7afba3277b6709eff1ce /api-ref
parentb0cd86676d41dba425cfe0a87a56d011f8dd0128 (diff)
parent39efb51d0764cccdbf6a8d2029e96584b97fe636 (diff)
downloadswift-1485c13754e6fa6864504f9612e82695913510ff.tar.gz
Merge "Remove the deprecated "giturl" option"
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py
index 254bcc6bd..9c30acbb3 100644
--- a/api-ref/source/conf.py
+++ b/api-ref/source/conf.py
@@ -76,12 +76,8 @@ version = __version__.rsplit('.', 1)[0]
# The full version, including alpha/beta/rc tags.
release = __version__
-# Config logABug feature
-giturl = u'https://git.openstack.org/cgit/openstack/swift/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': 'swift'}
# The language for content autogenerated by Sphinx. Refer to documentation