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: Ief6c48fdbd54ace79a37dca6a096d716a771b79d
Closes-Bug: #1831517
This commit is contained in:
gujin 2019-06-04 09:42:55 +08:00
parent 841c7d3793
commit f5dd082207

View File

@ -4,7 +4,8 @@
hacking<0.13,>=0.12.0 # 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
openstackdocstheme>=1.18.1 # Apache-2.0
# releasenotes
reno>=2.5.0 # Apache-2.0