From 628ef552b207b4ce0471379e03a523f0796c3e22 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 12 Apr 2023 17:02:00 +0200 Subject: [PATCH] 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) --- tox.ini | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.36.6