Sync Sphinx requirement

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

Change-Id: Ic5199f1c4cf5a05b0c632b7fee231f8a91da175f
This commit is contained in:
jacky06 2019-06-20 20:51:49 +08:00
parent bcdcfc7900
commit 488d47eafe
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ mock # UNKNOWN
python-dateutil # Dual License
testtools # UNKNOWN
sphinx!=1.6.6,!=1.6.7 # 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
oslosphinx # Apache Software License
testresources # UNKNOWN