From 8d4dffb910d3593b1f49c54f0ea076a7dc077fa5 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 30 Nov 2020 03:45:44 -0800 Subject: Try to force RTD to use >2 of Sphinx --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9e442b368..f7c56b3a9 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ tests_require = [ docs_extras = [ - 'Sphinx', + 'Sphinx >= 3.0.0', # Force RTD to use >2 'docutils', 'pylons-sphinx-themes >= 1.0.8', # Ethical Ads 'pylons_sphinx_latesturl', -- cgit v1.2.3