From 9f607dc807272fd0cc8ee4620c178917a481b72a Mon Sep 17 00:00:00 2001 From: "zhang.lei" Date: Mon, 17 Sep 2018 02:59:47 +0000 Subject: [PATCH] Using storyboard to collect documentation bugs This is a supplement for https://review.openstack.org/576651 Change-Id: I1bf94cd30e4803b3967a3c75fbdd4f96df509205 --- doc/requirements.txt | 2 +- doc/source/conf.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index e5992b1d7..93c373c1c 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. oslo.config>=5.2.0 # Apache-2.0 -openstackdocstheme>=1.18.1 # Apache-2.0 +openstackdocstheme>=1.24.0 # Apache-2.0 sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD reno>=2.7.0 # Apache-2.0 docutils>=0.11 # OSI-Approved Open Source, Public Domain diff --git a/doc/source/conf.py b/doc/source/conf.py index bccf180b8..6c59a8705 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -70,9 +70,7 @@ html_theme = 'openstackdocs' # openstackdocstheme options repository_name = 'openstack/vitrage' -bug_project = 'vitrage' -bug_tag = 'vitrage' - +use_storyborad = True html_last_updated_fmt = '%Y-%m-%d %H:%M' # Output file base name for HTML help builder.