Pin sphinx

Sphinx<2 is required for python2 now.  This is copied from the
OpenStack requirements file under the assumption the good versions
have been worked out there.

Change-Id: I5df018b89680b236840a915384cd8341081991bc
Depends-On: https://review.opendev.org/667228
This commit is contained in:
James E. Blair 2019-06-25 09:09:57 -07:00
parent 7aef6858dc
commit be51cd6f18
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ hacking>=0.9.2,<0.10
coverage>=3.6 coverage>=3.6
mock>=1.0 mock>=1.0
python-subunit python-subunit
sphinx>=1.1.2 sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7'
sphinx!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4'
openstackdocstheme openstackdocstheme
oslotest>=1.1.0.0a1 oslotest>=1.1.0.0a1
testrepository>=0.0.18 testrepository>=0.0.18