From eca845fa819e60ce791d3b8c4bb5b938c2d26cc4 Mon Sep 17 00:00:00 2001 From: micbou Date: Mon, 20 May 2019 14:07:11 +0200 Subject: [PATCH] Restrict Sphinx version in tests --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index d7eb9144..758aa761 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,8 @@ deps = py34: typing # numpydoc for typing scipy stack numpydoc +# sphinx, a dependency of numpydoc, dropped Python 2 support in version 2.0 + sphinx < 2.0 cov: coverage # Overwrite the parso version (only used sometimes). # git+https://github.com/davidhalter/parso.git