From 36031ed30a3b92c0079e7043614eaafa5fd4dffb Mon Sep 17 00:00:00 2001 From: "zhang.lei" Date: Wed, 22 Aug 2018 07:36:14 +0000 Subject: [PATCH] Migrate the link of bug report button to storyboard Change-Id: I9d61fd055cff4d2ad075a2ee71544a90a1ed5412 --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index bda132f37..27126d174 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -60,8 +60,8 @@ html_theme = 'openstackdocs' # openstackdocstheme options repository_name = 'openstack/bifrost' -bug_project = 'bifrost' -bug_tag = '' +bug_project = '941' +bug_tag = 'doc' # Must set this variable to include year, month, day, hours, and minutes. html_last_updated_fmt = '%Y-%m-%d %H:%M'