blacklist yet another version of sphinx (#3940)

This commit is contained in:
Alex Gaynor 2017-09-25 21:52:04 -04:00 committed by Paul Kehrer
parent b76bcf88bd
commit 7bb0210ef9

View file

@ -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",
],