Update Sphinx requirements to match global-requirements

Change-Id: I99550cdc484ca8802e58bcdfe444296697c22e7e
This commit is contained in:
Dmitry Tantsur 2019-05-14 12:19:01 +02:00
parent 899d255b4a
commit 8a798680e1
1 changed files with 2 additions and 1 deletions

View File

@ -14,5 +14,6 @@ testtools>=2.2.0 # MIT
# Doc requirements
doc8>=0.6.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