aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-10-04 09:16:50 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-10-03 21:16:50 -0400
commitfce63a57b42593250e883a212250b1f5317503cf (patch)
tree4ccc028f30dc4738fbee0eb5e9f837372ab60e12 /setup.py
parenta397d75a1e091299d012035655bdc30376378b4c (diff)
downloadcryptography-fce63a57b42593250e883a212250b1f5317503cf.tar.gz
cryptography-fce63a57b42593250e883a212250b1f5317503cf.tar.bz2
cryptography-fce63a57b42593250e883a212250b1f5317503cf.zip
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
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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",
],