From 36c3a0631e4acbff3dcdb06fc8c55a03bf38da48 Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Fri, 29 Mar 2019 09:39:53 +0000 Subject: tox.ini: pin [testenv:docs] sphinx dependency to 1.8.5 In sphinx 2.0.0 sphinx.apidoc has moved to sphinx.ext.apidoc, which causes a build import error. Pin the version to 1.8.5 to allow docs to be built until issues can be fixed. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3c401ba4f..42b85a108 100644 --- a/tox.ini +++ b/tox.ini @@ -63,7 +63,7 @@ commands = make -C doc # sphinx_rtd_theme < 0.4.2 breaks search functionality for Sphinx >= 1.8 deps = - sphinx + sphinx == 1.8.5 sphinx-click sphinx_rtd_theme >= 0.4.2 -rrequirements/requirements.txt -- cgit v1.2.1