Build docs in a temporary folder to avoid caching

This commit is contained in:
Julia Medina 2015-05-14 20:40:12 -03:00
parent 564aca11bf
commit a555778013
1 changed files with 2 additions and 2 deletions

View File

@ -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