force releng tox docs-linkcheck to success 42/91042/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Thu, 9 Jul 2020 20:24:07 +0000 (22:24 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Thu, 9 Jul 2020 20:33:26 +0000 (22:33 +0200)
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I47dad72c244c5ed54d8aa8d2941d9a8e06316323

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