Keep Sphinx below version2.0 to have python2 support

Change-Id: I96d47f8b754864053cb46e0c89e123cac6f571cf
This commit is contained in:
Bruno Cornec
2019-08-27 20:06:08 +02:00
parent 4ae087f94b
commit 9614dac533

View File

@@ -13,3 +13,4 @@ requests>=2.9.1
# Python3 compat
future>=0.15.2
configparser>=3.3.0; python_version < '3'
Sphinx<2.0; python_version < '3'