Disable linkcheck 38/105438/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 12 Apr 2023 15:02:00 +0000 (17:02 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 13 Apr 2023 08:54:34 +0000 (08:54 +0000)
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 <robert.varga@pantheon.tech>
(cherry picked from commit 535bcea1d8300a40bce73446dbd5b9790648bccd)

tox.ini

diff --git a/tox.ini b/tox.ini
index ed92a278d66daa8e28eee54894ab9cb873626ef8..8dc2cc583c72291275b48fc75d5d492732352b74 100644 (file)
--- 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