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: I8e90fb2e18a07e159b911406634ee578e5113cee
This commit is contained in:
melissaml 2018-01-18 14:15:59 +08:00
parent a2ab0e5355
commit bae8f690d2

View File

@ -103,13 +103,8 @@ show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
# Config logABug feature
# source tree
giturl = (
u'https://git.openstack.org/cgit/openstack/zun/tree/api-ref/source')
# html_context allows us to pass arbitrary values into the html template
html_context = {'bug_tag': 'api-ref',
'giturl': giturl,
'bug_project': 'zun'}
# -- Options for man page output ----------------------------------------------