Merge "Remove the deprecated "giturl" option"
This commit is contained in:
commit
1485c13754
@ -76,12 +76,8 @@ version = __version__.rsplit('.', 1)[0]
|
|||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = __version__
|
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 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': 'swift'}
|
'bug_project': 'swift'}
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user