summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2019-06-25 11:49:45 +0200
committerLuigi Toscano <ltoscano@redhat.com>2019-06-25 11:49:45 +0200
commit30ad1cf26c067745c416b6f010a4ba93859c0ac3 (patch)
tree1f79a39bda8dfcd8d1d9a2a23486cac1e74556dc
parentac714f3c4700c235fe052a80edf5514a2e561fd8 (diff)
downloadpython-saharaclient-30ad1cf26c067745c416b6f010a4ba93859c0ac3.tar.gz
Update sphinx from current requirements
Otherwise the requirements-check job fails. Change-Id: I5c3653d41b87869ea3b307206785636274302946
-rw-r--r--doc/requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index d959d44..3cf3164 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -3,4 +3,5 @@
# process, which may cause wedges in the gate later.
openstackdocstheme>=1.18.1 # 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,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD