summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2020-05-22 17:31:47 +0800
committerAndreas Jaeger <jaegerandi@gmail.com>2020-06-05 07:39:41 +0000
commitb77f7b9fe764f519a7dbfd9026b15db320d4aebd (patch)
treea8d589a8764bb1b668c17958c3d4963db2b7b771 /test-requirements.txt
parent3202b321b3c50ebfcbdb10bb3d87a7d300b6c5f5 (diff)
downloadtrove-b77f7b9fe764f519a7dbfd9026b15db320d4aebd.tar.gz
Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. Remove docs requirements from lower-constraints, they are not needed during install or test but only for docs building. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: Ic5ff4981e5ed09885fd2aaad7508d58d2b2cccc7
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index b86d58ea..7c558ef7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -25,6 +25,6 @@ pylint==1.9.2 # GPLv2
oslotest>=3.2.0 # Apache-2.0
tenacity>=4.9.0 # Apache-2.0
# Docs building
-openstackdocstheme>=1.32.1 # Apache-2.0
+openstackdocstheme>=2.2.1 # Apache-2.0
os-api-ref>=1.4.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+reno>=3.1.0 # Apache-2.0