From c934ae5da248ef1ff016e4d66e90113b784561eb Mon Sep 17 00:00:00 2001 From: "zhang.lei" Date: Mon, 15 Jan 2018 02:49:36 +0000 Subject: [PATCH] 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: I1725e25dd13bfe14c83f3f679092fc36fa6cb208 --- api-ref/source/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index cdeb5381f8..befe4a869c 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -76,12 +76,8 @@ release = version_info.release_string() # The short X.Y version. version = version_info.version_string() -# Config logABug feature -giturl = u'https://git.openstack.org/cgit/openstack/ironic/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": "ironic"} # The language for content autogenerated by Sphinx. Refer to documentation