From a8701f606876cbb1579f192b13bd4799dd09f05d Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Thu, 9 Jul 2020 22:24:07 +0200 Subject: [PATCH] force releng tox docs-linkcheck to success Signed-off-by: guillaume.lambert Change-Id: I47dad72c244c5ed54d8aa8d2941d9a8e06316323 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6bebae9f0..3f211f41f 100644 --- 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 -- 2.36.6