summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2019-06-04 10:10:19 +0200
committerRiccardo Pittau <elfosardo@gmail.com>2019-06-04 10:58:03 +0200
commit872d2e7c7c1f97970723ed129051af969e2c4c94 (patch)
tree5f362c3593cad27565d4eca280c92ffb3334ecd5
parentf0290de61afb3052dd4fc401a646ca90f7e6a957 (diff)
downloadironic-872d2e7c7c1f97970723ed129051af969e2c4c94.tar.gz
Update sphinx requirements
Following recent changes to global requirements [1], we need to update sphinx requirements locally. [1] If558f184c959e4b63b56dec3ca1571d1034cfe5c (cherry picked from commit 9ed91013944544559f4011ecf07817e929a41985) Change-Id: Ie806a891da6b28fe52f4b72bcd2e3609d4e95db8
-rw-r--r--test-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 7bc314665..3d6ad5562 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -22,7 +22,8 @@ bashate>=0.2 # Apache-2.0
flake8-import-order==0.11 # LGPLv3
# Doc requirements
-sphinx>=1.6.2 # BSD
+sphinx>=1.6.2,!=1.6.6,<2.0.0;python_version=='2.7' # BSD
+sphinx>=1.6.2,!=1.6.6;python_version>='3.4' # BSD
sphinxcontrib-pecanwsme>=0.8 # Apache-2.0
sphinxcontrib-seqdiag # BSD
openstackdocstheme>=1.16.0 # Apache-2.0