From bd618672acc84bbefefd22f7ab98ff585c4609d5 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 14 Sep 2018 13:29:46 -0700 Subject: Pin Sphinx to <=1.7.9 to avoid Travis build failure See https://github.com/sphinx-doc/sphinx/issues/5433 and #3350 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 10ed3fa23..56f9e30d1 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ tests_require = [ docs_extras = [ - 'Sphinx >= 1.7.4', + 'Sphinx >= 1.7.4,<=1.7.9', 'docutils', 'pylons-sphinx-themes', 'pylons_sphinx_latesturl', -- cgit v1.2.3