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: If1f4875fe792e19cde6c88bc31f6e229d056f900
Closes-Bug: #1830714
This commit is contained in:
jacky06 2019-05-28 18:53:29 +08:00 committed by zhulingjie
parent f8f6b14088
commit 52ac194f85
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
# this is required for the docs build jobs
sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
stestr>=2.0.0