commit | fce63a57b42593250e883a212250b1f5317503cf | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Oct 04 09:16:50 2017 +0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Oct 03 21:16:50 2017 -0400 |
tree | 4ccc028f30dc4738fbee0eb5e9f837372ab60e12 | |
parent | a397d75a1e091299d012035655bdc30376378b4c [diff] [blame] |
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
diff --git a/docs/docutils.conf b/docs/docutils.conf new file mode 100644 index 0000000..e0c3d47 --- /dev/null +++ b/docs/docutils.conf
@@ -0,0 +1,2 @@ +[parsers] +smart_quotes: no