From 2fd267cf63075eb964ce545842294116843a7789 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 9 Aug 2019 22:02:48 +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 f7b1885c9..926988618 100755 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ testing_extras = [ # Documentation dependencies documentation_extras = [ - 'Sphinx>=1.3.1', + 'Sphinx>=1.3.1,<2.0', 'sphinx-autobuild>=0.5.2', 'sphinx_rtd_theme>=0.1.8', 'sphinxcontrib-spelling==2.1.1',