Disable linkcheck
[netconf.git] / 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