Cap sphinx for py2 to match global requirements

Change-Id: Ide24f46f34aea41510965acb17f1d4e024437260
This commit is contained in:
zhangboye 2019-05-16 14:57:38 +08:00
parent ae7dcdbba3
commit c071ec2880
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
sphinxcontrib-apidoc>=0.2.0 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0