From b1ee3cb8a41c88be1b992ad039e2f231220e1297 Mon Sep 17 00:00:00 2001 From: "zhang.lei" Date: Tue, 28 Aug 2018 02:45:22 +0000 Subject: [PATCH] Using storyboard to collect project bugs This a supplement for https://review.openstack.org/#/c/574471 Depends-On: https://review.openstack.org/603130 Depends-On: https://review.openstack.org/603129 Change-Id: I220eb6826cf87fca80431ca23985b03bf3937110 --- doc/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 68d4925..e5ba52a 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -63,8 +63,7 @@ html_theme = 'openstackdocs' # openstackdocstheme options repository_name = 'openstack/whereto' -bug_project = 'whereto' -bug_tag = '' +use_storyboard = True html_last_updated_fmt = '%Y-%m-%d %H:%M'