From 059e375b427d6cad5e4ca8d52db485ea97aaf8d3 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 9 Aug 2019 22:01:12 +0100 Subject: [PATCH] Specify Sphinx <2.0 for Python 2 compatibility --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2dc71e7d..87062acff 100755 --- a/setup.py +++ b/setup.py @@ -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', ]