From fce63a57b42593250e883a212250b1f5317503cf Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 4 Oct 2017 09:16:50 +0800 Subject: disable smart quotes in sphinx to workaround a spellchecker issue (#3946) This makes it so we don't have to pin sphinx while we wait for sphinxcontrib-spelling to properly handle smart quotes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e69ffee7..c5a42b20 100644 --- a/setup.py +++ b/setup.py @@ -290,7 +290,7 @@ setup( "doc8", "pyenchant >= 1.6.11", "readme_renderer >= 16.0", - "sphinx != 1.6.1, != 1.6.2, != 1.6.3, != 1.6.4", + "sphinx", "sphinx_rtd_theme", "sphinxcontrib-spelling", ], -- cgit v1.2.3