summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2019-06-04 10:07:34 +0200
committerRiccardo Pittau <elfosardo@gmail.com>2019-06-04 10:58:53 +0200
commit4d2604da4a1bcfdd6658da7793efe55dbf1ef5ab (patch)
treefec6bf4a046536560e7a915a75c269f84887faa2
parent9138b7c0b8c5fef60d6511ccc348237aadbe947f (diff)
downloadironic-4d2604da4a1bcfdd6658da7793efe55dbf1ef5ab.tar.gz
Update sphinx requirements10.1.9
Following recent changes to global requirements [1], we need to update sphinx requirements locally. [1] If558f184c959e4b63b56dec3ca1571d1034cfe5c (cherry picked from commit 9ed91013944544559f4011ecf07817e929a41985) Change-Id: Id9bd527fcd56cfce7a4ac41ae9e83f48cc91cb6d
-rw-r--r--test-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index ca79689de..587a9310a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -20,7 +20,8 @@ bashate>=0.5.1 # Apache-2.0
flake8-import-order>=0.13 # LGPLv3
# Doc requirements
-sphinx!=1.6.6,>=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.0 # Apache-2.0
sphinxcontrib-seqdiag>=0.8.4 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0