summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-10-10 15:05:44 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-10-10 15:05:44 +0800
commit22d92824d2b94017d4f53befa881130d272e34e9 (patch)
tree4813bd7d55b581278eb9aa908c5e0e660f48f37d
parent234a272d9884a38ccd34563ae7a7afd03dfd54c9 (diff)
downloadstevedore-22d92824d2b94017d4f53befa881130d272e34e9.tar.gz
Blacklist sphinx 2.1.0 (autodoc bug)
See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details Change-Id: I0573019ba9e98d31ccb43179590a970c9b7647af
-rw-r--r--doc/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 1135398..3cf3164 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -4,4 +4,4 @@
openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # 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