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: I805d613429970d38d73396cbe5cdb462be4f9bfc
This commit is contained in:
zhang.lei 2018-01-15 02:40:32 +00:00 committed by lei zhang
parent f1812b89b1
commit b040c33f56
1 changed files with 0 additions and 5 deletions

View File

@ -108,13 +108,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/freezer-api/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': 'freezer'}
# -- Options for man page output ----------------------------------------------