diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-06-12 09:50:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 08:50:55 -0500 |
commit | 9dd4e1f2ce885a08420c4036f81de6bbd36c8836 (patch) | |
tree | 9c1555ddef5c1e35ec0ab42bf66f5cfd25d84f10 | |
parent | 03c5d84036b5cc04f783082b29d6260ed9886109 (diff) | |
download | cryptography-9dd4e1f2ce885a08420c4036f81de6bbd36c8836.tar.gz cryptography-9dd4e1f2ce885a08420c4036f81de6bbd36c8836.tar.bz2 cryptography-9dd4e1f2ce885a08420c4036f81de6bbd36c8836.zip |
Block a sphinx version that's broken (#5272)
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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": [ |