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: I4a9d2c04b43844a4cf86403e464f0627a675802f
This commit is contained in:
yanghongyu 2019-07-10 09:21:45 +00:00
parent 10cc20514f
commit 77d84bba46
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ oslo.utils>=3.33.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
pexpect>=4.0.1
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
sphinxcontrib-pecanwsme>=0.8
testtools>=0.9.36,!=1.2.0
typing>=3.6; python_version>'2.7'