summaryrefslogtreecommitdiff
path: root/doc/requirements.txt
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-07-02 14:12:05 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-07-30 16:53:08 +0800
commite08a81100f68bd5850c4f3baa0d7fc2a41f93ad9 (patch)
treef028bc11a1a9320d12968045df4abc75966b0242 /doc/requirements.txt
parent8aea1ca7b2de200a61687093b055ac24c1f5cb81 (diff)
downloadheat-e08a81100f68bd5850c4f3baa0d7fc2a41f93ad9.tar.gz
Blacklist sphinx 2.1.0 (autodoc bug)
See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details Change-Id: Ifdfe8dc074f7e3bb4ea0df4cd78e95842fc322ab
Diffstat (limited to 'doc/requirements.txt')
-rw-r--r--doc/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 94f9fa042..c4373b460 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -4,7 +4,7 @@
openstackdocstheme>=1.18.1 # Apache-2.0
os-api-ref>=1.4.0 # Apache-2.0
-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
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
reno>=2.5.0 # Apache-2.0
sphinxcontrib-apidoc>=0.2.0 # BSD