aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-09-25 21:52:04 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-09-26 09:52:04 +0800
commit7bb0210ef9e4cd7c822ea3864bd7b18f3877c24b (patch)
tree6344163c8fb070669f691c36d270fa8265083462 /setup.py
parentb76bcf88bd272dcde26858c936a743a229aefd5a (diff)
downloadcryptography-7bb0210ef9e4cd7c822ea3864bd7b18f3877c24b.tar.gz
cryptography-7bb0210ef9e4cd7c822ea3864bd7b18f3877c24b.tar.bz2
cryptography-7bb0210ef9e4cd7c822ea3864bd7b18f3877c24b.zip
blacklist yet another version of sphinx (#3940)
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 692313fb..e69ffee7 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",
+ "sphinx != 1.6.1, != 1.6.2, != 1.6.3, != 1.6.4",
"sphinx_rtd_theme",
"sphinxcontrib-spelling",
],