summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-07-19 15:29:16 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-07-30 16:54:58 +0800
commit2134e92b668607d71654fa281920ce62a8223284 (patch)
treeef2ba2bf778a6d3a32d61fae6659ca6c8299ba91 /doc
parent8c2c094115b1fb2f74454d5ea77718e1d838e001 (diff)
downloadpython-cinderclient-2134e92b668607d71654fa281920ce62a8223284.tar.gz
Blacklist sphinx 2.1.0 (autodoc bug)
See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details Change-Id: I1d923d9922bdaaca381611cba299522c21546736
Diffstat (limited to 'doc')
-rw-r--r--doc/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 9b2838d..bf81d84 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -5,4 +5,4 @@
openstackdocstheme>=1.20.0 # 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