From c1d2f3de52b0321e9866d1222aafdfed2dc6a61f Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Tue, 27 Sep 2016 23:40:20 +0900 Subject: [PATCH] [api-ref] configure LogABug feature To report a bug into the trove project, not default openstack-manuals. Change-Id: I8e1c16ab070541b00b92dc019ed86bbf71e56bb7 --- api-ref/source/conf.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 34b89e55be..0ca52da619 100755 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -106,6 +106,15 @@ show_authors = False # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' +# Config logABug feature +# source tree +giturl = ( + u'http://git.openstack.org/cgit/openstack/trove/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': 'trove'} + # -- Options for man page output ---------------------------------------------- # Grouping the document tree for man pages.