Update sphinx version

This commit updates sphinx version which aligns to g-r. Without this
patch, py27 tests fail because of an error like this:

 ERROR: Sphinx requires Python '>=3.5' but the running Python is 2.7.15

Change-Id: I081ef03d418b21bb7c7d95e27d378f55e39c34c3
This commit is contained in:
Ghanshyam Mann 2019-06-25 13:47:04 +00:00
parent a78513033b
commit e2a28c2d88
1 changed files with 3 additions and 2 deletions

View File

@ -6,10 +6,11 @@ hacking<0.11,>=0.10.2
coverage!=4.4,>=4.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
reno>=2.5.0 # Apache-2.0
sphinx>=1.6.2 # BSD
sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4' # BSD
openstackdocstheme>=1.17.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
testtools>=2.2.0 # MIT