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 --- docs/docutils.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/docutils.conf (limited to 'docs') diff --git a/docs/docutils.conf b/docs/docutils.conf new file mode 100644 index 00000000..e0c3d47c --- /dev/null +++ b/docs/docutils.conf @@ -0,0 +1,2 @@ +[parsers] +smart_quotes: no -- cgit v1.2.3