summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-10-10 14:21:36 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-10-10 14:21:36 +0800
commit85c341aced7b181724b68c9d883768b5c5f7e982 (patch)
treee61069f28618e87250404548fe6460e69d6a6b29
parent941cf048f076dcf9b8f4c61c202fcdf5d2273f2e (diff)
downloadoslo-concurrency-85c341aced7b181724b68c9d883768b5c5f7e982.tar.gz
Blacklist sphinx 2.1.0 (autodoc bug)
See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details Change-Id: I9defdd3731950af42438ec96d0f1040fe1b5661d
-rw-r--r--doc/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 23139c6..31b2dae 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# this is required for the docs build jobs
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
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD