aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorZhongShengping <chdzsp@163.com>2017-07-02 14:28:11 +0800
committerZhongShengping <chdzsp@163.com>2017-07-02 14:28:11 +0800
commitad6c4e9c9118bd81a73c49e923670a2787842e9b (patch)
treeebfea9cb3055c82c7227075d5ede13f599a6f21d /test-requirements.txt
parentd5582dd84bb0df561132e258f3dbdd16b42eb676 (diff)
Fix openstackdocstheme
See the docs[0] how to use it. Also add the variables for the bug log feature. [0]https://docs.openstack.org/openstackdocstheme/latest/ Change-Id: I11b183986a389291d9ab02cb1d0be36c3d73bdb0
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 31c3f5a..a23c7e7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,6 +1,6 @@
# This is required for the docs build jobs
-sphinx!=1.6.1,>=1.5.1 # BSD
-openstackdocstheme>=1.5.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.11.0 # Apache-2.0
# This is required for the releasenotes build jobs
# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995