Blacklist sphinx 2.1.0 (autodoc bug)

See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details

Change-Id: I55bdac059dd474280dc35855a269c67fec58b022
This commit is contained in:
huangliujie 2019-10-17 17:42:10 +08:00
parent 5a1662a272
commit ecff34a332
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0
sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD
sphinx>=1.8.0;python_version>='3.4' # BSD
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
sphinxcontrib-pecanwsme>=0.8