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:
parent
0bb06cc9bb
commit
0cd475e45e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user