From 976167a7bd66aaa54ec67086f1d85e3c0a64e0f0 Mon Sep 17 00:00:00 2001 From: chenxing Date: Fri, 8 Jun 2018 16:45:21 +0800 Subject: [PATCH] Add docs bug link to storyboard Change-Id: If6f204e5fbe5581afb54d585127145d8c2ef992d --- doc/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index e992e170d6..dcf8ae4115 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,6 +26,11 @@ extensions = [ 'sphinxcontrib.blockdiag' ] +# openstackdocstheme options +repository_name = 'openstack/openstack-helm' +bug_project = '886' +bug_tag = 'docs' + # autodoc generation is a bit aggressive and a nuisance when doing heavy # text edit cycles. # execute "export SPHINX_DEBUG=1" in your terminal to disable