From bae8f690d21d4608016cd512892dd0c0b277b35e Mon Sep 17 00:00:00 2001 From: melissaml Date: Thu, 18 Jan 2018 14:15:59 +0800 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: I8e90fb2e18a07e159b911406634ee578e5113cee --- api-ref/source/conf.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index bcb47457c..771f51e9b 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -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 ----------------------------------------------