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: Idc027a5f4f7bc8dc65c7d7b614b22240963a096e
This commit is contained in:
zhang.lei 2018-01-15 02:52:26 +00:00 committed by lei zhang
parent 2e369e76cc
commit ac0a8e14f7
1 changed files with 0 additions and 4 deletions

View File

@ -70,12 +70,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/karbor/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": "karbor"}
# The language for content autogenerated by Sphinx. Refer to documentation