summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-05-16 19:09:56 +0000
committerGerrit Code Review <review@openstack.org>2019-05-16 19:09:56 +0000
commit770cb701517c536be1733e27773ea04eeee527c6 (patch)
tree17e1c2f74e49fa532be41ada941099ff863931e0
parent4b91cd49658bd5a9224976ebd3a6f352d1eef5b0 (diff)
parentf1791179768115b6d074f70f9a8695f9c1e0b9f5 (diff)
downloadpython-openstackclient-770cb701517c536be1733e27773ea04eeee527c6.tar.gz
Merge "Update sphinx requirement."
-rw-r--r--doc/requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index a2649afb..91854914 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -3,5 +3,6 @@
# process, which may cause wedges in the gate later.
openstackdocstheme>=1.23.2 # Apache-2.0
reno>=2.5.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD