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: Ifd6b12d021dbcb8c025a3c1ed66e57b091edd61d
This commit is contained in:
zhang.lei 2018-01-15 03:22:46 +00:00
parent 764bbb97dd
commit c465441405

View File

@ -74,12 +74,8 @@ release = version_info.release_string()
# The short X.Y version.
version = version_info.version_string()
# Config logABug feature
giturl = u'http://git.openstack.org/cgit/openstack/zaqar/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': 'zaqar'}
# The language for content autogenerated by Sphinx. Refer to documentation