Specify Sphinx <2.0 for Python 2 compatibility

This commit is contained in:
Matt Westcott 2019-08-09 22:01:12 +01:00
parent e0538ac311
commit 059e375b42

View file

@ -55,7 +55,7 @@ testing_extras = [
documentation_extras = [
'pyenchant==1.6.6',
'sphinxcontrib-spelling>=2.3.0',
'Sphinx>=1.3.1',
'Sphinx>=1.3.1<2.0',
'sphinx-autobuild>=0.5.2',
'sphinx_rtd_theme>=0.1.8',
]