From: guillaume.lambert Date: Thu, 9 Jul 2020 20:24:07 +0000 (+0200) Subject: force releng tox docs-linkcheck to success X-Git-Tag: 2.0.0~50 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=commitdiff_plain;h=a8701f606876cbb1579f192b13bd4799dd09f05d force releng tox docs-linkcheck to success Signed-off-by: guillaume.lambert Change-Id: I47dad72c244c5ed54d8aa8d2941d9a8e06316323 --- 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