summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgujin <gu.jin@99cloud.net>2019-06-03 11:03:35 +0800
committergujin <gu.jin@99cloud.net>2019-06-03 11:03:35 +0800
commit4dabeff87b8cadbf857de4f9d90ae8cd40e94e3f (patch)
tree0cb8a43d0abb77f34a5294f2fd6e6583e9ff945a
parent28da3afa6867d377ed154c0ddeeb32d4bc22c1ac (diff)
downloadoslo-serialization-4dabeff87b8cadbf857de4f9d90ae8cd40e94e3f.tar.gz
Sync Sphinx requirement
Sync sphinx dependency with global requirements. It caps python 2 since sphinx 2.0 no longer supports Python 2.7. Change-Id: Icce5210e32f7f1c41b5bbf5211ea3cf1edc514d5 Closes-Bug: #1831411
-rw-r--r--doc/requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 39fe544..633b5ff 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -3,5 +3,6 @@
# process, which may cause wedges in the gate later.
# These are needed for docs generation
openstackdocstheme>=1.18.1 # 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
reno>=2.5.0 # Apache-2.0