Fix sphinx requirements

Change-Id: If40295605f5e483830c28f2ee4770514c4816907
This commit is contained in:
zhurong 2019-05-28 19:35:15 +08:00
parent 7aadf46466
commit 840cfa3296
1 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
openstackdocstheme>=1.18.1 # 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