Cap sphinx for py2 to match global requirements

We will still support py3.4 for now.

Change-Id: I31c8d3b244b93fd7d1731bc79dab6727aa2581ea
This commit is contained in:
zhangboye 2019-05-16 16:57:47 +08:00 committed by Trinh Nguyen
parent 8c5073dd0f
commit 4359ac5cec
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Documentation
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
os-api-ref>=1.4.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0