From b52a45a6b8323921462f27d18707df626350ab21 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Mon, 12 Dec 2016 22:34:00 +0100 Subject: [PATCH] Sphinx 1.5 fails with AttributeError, use != 1.5 instead This is a workaround for #356 Let's assume they fix this in > 1.5 The exact error is AttributeError: 'Toctree' object has no attribute 'titles' I should probably report this... --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 570b470..8a51e64 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,6 @@ commands = nosetests --with-html --html-file=system.html --verbose {posargs:test [testenv:docs] changedir = docs deps = - sphinx + sphinx != 1.5 sphinx_rtd_theme commands = sphinx-build -W -b html -d _build/html/doctrees . _build/html