Updated git submodules
[docs.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 2223dec3241958292aad4b7880d7b2d611283806..d44193016fea575b7f028834e5351d667c4b61cb 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,8 +5,8 @@ skipsdist = true
 
 [testenv:docs]
 deps = -rrequirements.txt
-commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html
+commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
 
 [testenv:docs-linkcheck]
 deps = -rrequirements.txt
-commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/linkcheck
+commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck