From cc1807cf972c7818f80998b7c513f008172abee3 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Fri, 14 Sep 2018 16:09:18 +0100 Subject: [PATCH] Fix travis docs failing with Sphinx 1.8.0 Sphinx pinned to 1.7 See sphinx-doc/sphinx#5417 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3e8688c6b..52626d3e2 100644 --- a/tox.ini +++ b/tox.ini @@ -180,7 +180,7 @@ sitepackages = False changedir = docs deps = {[testenv]deps} - sphinx + sphinx==1.7.* whitelist_externals = {[testenv]whitelist_externals}