summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-02-07 21:17:15 +0000
committerGerrit Code Review <review@openstack.org>2018-02-07 21:17:15 +0000
commita82236f4314db03040078a53c31d607faeba9948 (patch)
treeed19e9bc94819633495214a4a0516f876aebc262
parent041a8e9b7776bbe39d93c0c8afaddea6b89fe85b (diff)
parent6e7a0172cb64763192a57a2e45ebc98e1f441613 (diff)
downloadcliff-a82236f4314db03040078a53c31d607faeba9948.tar.gz
Merge "Updated from global requirements"
-rw-r--r--doc/requirements.txt4
-rw-r--r--test-requirements.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index f22cc9f..c022694 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,5 +1,5 @@
# 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
-openstackdocstheme>=1.17.0 # Apache-2.0
+sphinx!=1.6.6,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index dbb6402..1ebb594 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,7 +12,7 @@ coverage!=4.4,>=4.0 # Apache-2.0
# sphinx is required in test-requirements in addition to doc/requirements
# because there is a sphinx extension that has tests
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
# Bandit security code scanner
bandit>=1.1.0 # Apache-2.0