From: Robert Varga Date: Wed, 12 Apr 2023 15:02:00 +0000 (+0200) Subject: Disable linkcheck X-Git-Tag: v4.0.6~5 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=628ef552b207b4ce0471379e03a523f0796c3e22;hp=3f5069b336b0f08f078e85a83eccdb16a5c8c7af;p=netconf.git Disable linkcheck Linkcheck is failing on rfc-editor, as noted in https://jira.linuxfoundation.org/plugins/servlet/desk/portal/2/IT-25351, disable it until that issue is fixed. Change-Id: I30976060f43f5da6b3cc6c3ba0f0bc59f8388591 Signed-off-by: Robert Varga (cherry picked from commit 535bcea1d8300a40bce73446dbd5b9790648bccd) --- diff --git a/tox.ini b/tox.ini index ed92a278d6..8dc2cc583c 100644 --- a/tox.ini +++ b/tox.ini @@ -11,8 +11,9 @@ deps = -rdocs/requirements.txt commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html -[testenv:docs-linkcheck] -basepython = python3 -deps = -rdocs/requirements.txt -commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +# Disabled due to https://jira.linuxfoundation.org/plugins/servlet/desk/portal/2/IT-25351 +#[testenv:docs-linkcheck] +#basepython = python3 +#deps = -rdocs/requirements.txt +#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck