mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
blacklist yet another version of sphinx (#3940)
This commit is contained in:
parent
b76bcf88bd
commit
7bb0210ef9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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",
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue