Drop back to Sphinx 1.6.5
Sphinx 1.7.1 is causing build-openstack-sphinx-docs jobs for some
projects to return "setup.py: error: argument -o/--output-dir is
required" from under PBR. Temporarily roll back to the 1.6.5 version
we were running before the Queens freeze while we look into it.
This partially reverts commit
505ec718c8
.
Change-Id: I8646f3bc9ba637c6688d3d146e06468b840f1119
Related-Bug: #1753082
This commit is contained in:
parent
0af08d1844
commit
f353c30740
@ -419,7 +419,7 @@ selenium>=2.50.1 # Apache-2.0
|
||||
# Blacklist setuptools 34.0.0-34.3.2 due to https://github.com/pypa/setuptools/issues/951
|
||||
# Blacklist setuptools 36.2.0 due to https://github.com/pypa/setuptools/issues/1086
|
||||
setuptools>=21.0.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0 # PSF/ZPL
|
||||
sphinx>=1.6.2,!=1.6.6 # BSD
|
||||
sphinx>=1.6.2,!=1.6.6,<1.7.0 # BSD
|
||||
sphinx-testing>=0.7.2 # BSD License
|
||||
sphinxcontrib-actdiag>=0.8.5 # BSD
|
||||
sphinxcontrib-blockdiag>=1.5.4 # BSD
|
||||
|
@ -351,7 +351,7 @@ seqdiag===0.9.5
|
||||
numpy===1.14.1
|
||||
repoze.who===2.3
|
||||
msgpack===0.5.6
|
||||
Sphinx===1.7.1
|
||||
Sphinx===1.6.5
|
||||
oslo.config===5.2.0
|
||||
tempest===18.0.0
|
||||
django-floppyforms===1.7.0
|
||||
|
Loading…
Reference in New Issue
Block a user