force releng tox docs-linkcheck to success
[transportpce.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 6bebae9f04cd963455e45e68f48dc2c04e0d1c33..3f211f41f05e144cc04d27678b886fef6c66c572 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -70,7 +70,7 @@ commands =
 passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
 basepython = python3
 deps = -rdocs/requirements.txt
-commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ../docs/ {toxinidir}/docs/_build/linkcheck
+commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ../docs/ {toxinidir}/docs/_build/linkcheck
 
 [testenv:autopep8]
 basepython = python3