Sync Sphinx requirement

Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.

Change-Id: Ie350053f765de75f3719582a33ba28ca60c666c4
This commit is contained in:
gujin 2019-06-03 10:27:36 +08:00
parent d9644b95da
commit a2082e9baa
2 changed files with 4 additions and 2 deletions

View File

@ -3,5 +3,6 @@
# process, which may cause wedges in the gate later.
openstackdocstheme>=1.18.1 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
reno>=2.5.0 # Apache-2.0

View File

@ -9,7 +9,8 @@ ddt>=1.0.1 # MIT
nodeenv>=1.3.2 # BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
selenium>=2.50.1 # Apache-2.0
sphinx>=1.6.2 # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
oslotest>=1.10.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD