summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-01-18 03:24:33 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-01-18 03:24:33 +0000
commit4ec6b38ee351f906694bc1a50f7afd9dff836ecc (patch)
treeb0e28595936c9c1a7bdc869bed540a4abf554454
parent56f00f5164dbd14b51c4a02ae2c0f273b30f712b (diff)
downloadoslo-rootwrap-4ec6b38ee351f906694bc1a50f7afd9dff836ecc.tar.gz
Updated from global requirements
Change-Id: I344b5699294eca50d8a4bee93dc7ea403df873bd
-rw-r--r--doc/requirements.txt2
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 3a332d7..7b2356c 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# These are needed for docs generation
openstackdocstheme>=1.17.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
reno>=2.5.0 # Apache-2.0
mock>=2.0.0 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 9d8529c..d29362d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,7 +9,7 @@ testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
# this is required for the docs build jobs
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
openstackdocstheme>=1.17.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0