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: I85821d4ee88b8d1babb5d86b1cf5551e79e97653
This commit is contained in:
pengyuesheng 2019-10-09 16:32:08 +08:00
parent 68b887e0f5
commit 0a68426bd8
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx>=1.5.1 # 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,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0