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:
Clark Boylan 2013-12-10 16:33:52 -08:00
parent 0843b5917b
commit fec467b65c
1 changed files with 1 additions and 1 deletions

View File

@ -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