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 ----------------------------------------------