summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-01-18 03:36:57 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-01-18 03:36:57 +0000
commit09916cec440459acee088cf6e2e0ed26000481ff (patch)
tree86e16730ae7d79f15b17a99cc22715214ef5f8dc
parent8aea44d6c6273b4339942e10d745ed87b3cde92c (diff)
downloadtaskflow-09916cec440459acee088cf6e2e0ed26000481ff.tar.gz
Updated from global requirements
Change-Id: I048e5b96e3e1825b7ff743fafc755425fe2ed6b7
-rw-r--r--doc/requirements.txt2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 4e0cd0c..fdb5069 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
openstackdocstheme>=1.17.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
diff --git a/setup.cfg b/setup.cfg
index f573137..a1cf1c4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -80,7 +80,7 @@ test =
testtools>=2.2.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD
doc8>=0.6.0 # Apache-2.0
- sphinx>=1.6.2 # BSD
+ sphinx!=1.6.6,>=1.6.2 # BSD
[nosetests]
cover-erase = true