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