summaryrefslogtreecommitdiff
path: root/api-ref/source/conf.py
diff options
context:
space:
mode:
authorKATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com>2016-09-27 23:40:20 +0900
committerKATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com>2016-09-27 23:44:17 +0900
commitc1d2f3de52b0321e9866d1222aafdfed2dc6a61f (patch)
treec774114e66440793b5c55289110aef6dc54cb937 /api-ref/source/conf.py
parent931b99306318dee4a7e097e1ccf154228b18df61 (diff)
downloadtrove-c1d2f3de52b0321e9866d1222aafdfed2dc6a61f.tar.gz
[api-ref] configure LogABug feature
To report a bug into the trove project, not default openstack-manuals. Change-Id: I8e1c16ab070541b00b92dc019ed86bbf71e56bb7
Diffstat (limited to 'api-ref/source/conf.py')
-rwxr-xr-xapi-ref/source/conf.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py
index 34b89e55..0ca52da6 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.