summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-05-23 11:28:26 +0000
committerGerrit Code Review <review@openstack.org>2019-05-23 11:28:26 +0000
commit82c853530f28043efc9ca5d93246ed4d5989fa02 (patch)
tree5a8adc6688076eaa48ad9294ed8d200d4b991c9f /doc
parent4537e2c540254b999b80265de0681d5a12db7c90 (diff)
parent9ed91013944544559f4011ecf07817e929a41985 (diff)
downloadironic-82c853530f28043efc9ca5d93246ed4d5989fa02.tar.gz
Merge "Update sphinx requirements"
Diffstat (limited to 'doc')
-rw-r--r--doc/requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 4ddc914d8..6adf3a64e 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -2,7 +2,8 @@ mock>=2.0.0 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
os-api-ref>=1.4.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD
sphinxcontrib-pecanwsme>=0.10.0 # Apache-2.0
sphinxcontrib-seqdiag>=0.8.4 # BSD