From a555778013d7f4520da31f2f544e94434dd4e0f8 Mon Sep 17 00:00:00 2001 From: Julia Medina Date: Thu, 14 May 2015 20:40:12 -0300 Subject: [PATCH] Build docs in a temporary folder to avoid caching --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a5b9ad9e3..f6c153ae3 100644 --- a/tox.ini +++ b/tox.ini @@ -62,5 +62,5 @@ changedir = docs deps = Sphinx commands = - sphinx-build -W -b html . build/html - sphinx-build -W -b linkcheck . build/linkcheck + sphinx-build -W -b html . {envtmpdir}/html + sphinx-build -W -b linkcheck . {envtmpdir}/linkcheck