Cap sphinx for py2 to match global requirements

Change-Id: I14432befcffbc5bb99fad83dc58eccd983b41fe4
This commit is contained in:
zhangboye 2019-05-16 16:34:36 +08:00
parent 59faa1f718
commit 3fc6659b61
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
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