Cap Sphinx at <1.2 to avoid distutils problems.
Distutils and Sphinx 1.2 break `python setup.py build_sphinx`. Work around this by capping Sphinx to <1.2. Change-Id: I6985aee2f9abec58d7a9bcc9452524527b35a1bc
This commit is contained in:
parent
0843b5917b
commit
fec467b65c
@ -4,7 +4,7 @@ coverage>=3.6
|
||||
discover
|
||||
fixtures>=0.3.14
|
||||
python-subunit
|
||||
sphinx>=1.1.2
|
||||
sphinx>=1.1.2,<1.2
|
||||
oslo.sphinx
|
||||
testrepository>=0.0.17
|
||||
testscenarios>=0.4,<0.5
|
||||
|
Loading…
Reference in New Issue
Block a user