aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-06-12 09:50:55 -0400
committerGitHub <noreply@github.com>2020-06-12 08:50:55 -0500
commit9dd4e1f2ce885a08420c4036f81de6bbd36c8836 (patch)
tree9c1555ddef5c1e35ec0ab42bf66f5cfd25d84f10
parent03c5d84036b5cc04f783082b29d6260ed9886109 (diff)
downloadcryptography-9dd4e1f2ce885a08420c4036f81de6bbd36c8836.tar.gz
cryptography-9dd4e1f2ce885a08420c4036f81de6bbd36c8836.tar.bz2
cryptography-9dd4e1f2ce885a08420c4036f81de6bbd36c8836.zip
Block a sphinx version that's broken (#5272)
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e82464aa..a708bab0 100644
--- a/setup.py
+++ b/setup.py
@@ -245,7 +245,7 @@ setup(
"hypothesis>=1.11.4,!=3.79.2",
],
"docs": [
- "sphinx >= 1.6.5,!=1.8.0",
+ "sphinx >= 1.6.5,!=1.8.0,!=3.1.0",
"sphinx_rtd_theme",
],
"docstest": [