From aeb6a5282e03b3c6b1e6d2db2305206e0288e3e4 Mon Sep 17 00:00:00 2001 From: "zhang.lei" Date: Mon, 17 Sep 2018 03:03:46 +0000 Subject: [PATCH] Using storyboard to collect project bugs This is a supplement for https://review.openstack.org/576651 Change-Id: I6f0c75c96c29aca4749dae5a210feb752774fbc8 --- doc/source/conf.py | 3 +-- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 0747ca7..6a6ff04 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -42,8 +42,7 @@ copyright = u'2017, OpenStack Developers' # openstackdocstheme options repository_name = 'openstack/openstack' -bug_project = 'virtage_tempest_plugin' -bug_tag = '' +use_storyboard = True # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True diff --git a/test-requirements.txt b/test-requirements.txt index 0a805cb..b6dbe2b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,6 +5,6 @@ hacking<0.13,>=0.12.0 # Apache-2.0 sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 +openstackdocstheme>=1.24.0 # Apache-2.0 # releasenotes reno>=2.5.0 # Apache-2.0