From f588c565e22030ab2746c23fd0e9a8235d536cff Mon Sep 17 00:00:00 2001 From: derwinlu Date: Fri, 19 Jun 2015 19:20:48 +0200 Subject: [PATCH] keep docs output --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 775241b8..ff16929e 100644 --- a/tox.ini +++ b/tox.ini @@ -26,4 +26,4 @@ deps = sphinx_rtd_theme changedir = docs commands = - sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html + sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html