summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-07-04 16:51:14 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-07-04 16:51:17 +0800
commit476b46e7edbfaac628593312e2fb0fa64620c6b4 (patch)
treed420d1d1b7650ce6e0312962b2e09342faed5190
parent7679e2057a07998fdf1b2cb4a8fd825c20ee469d (diff)
downloadoslo-middleware-476b46e7edbfaac628593312e2fb0fa64620c6b4.tar.gz
Blacklist sphinx 2.1.0 (autodoc bug)
See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details Depend-On: https://review.opendev.org/#/c/663060/ Change-Id: Idc95dd7ecad8f93d03960038af74aea3c55d93d2
-rw-r--r--doc/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 263cc86..05c9eb4 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -4,6 +4,6 @@
# These are needed for docs generation
openstackdocstheme>=1.18.1 # Apache-2.0
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
reno>=2.5.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD