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: Iaaf4b2dabd04f85217cb4a1af9af79165e5b1ba9
This commit is contained in:
Masayuki Igawa 2019-06-24 16:01:30 +09:00
parent 0bb06cc9bb
commit 0cd475e45e
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89

View File

@ -9,7 +9,8 @@ coverage>=3.6
discover
fixtures>=1.3.1
python-subunit>=0.0.18
sphinx>=1.6.2
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.11.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4