From 6b780d437fd94496e708867396e281ab9135bdc3 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 19 Oct 2020 08:20:20 -0400 Subject: [PATCH] Run linkchecker in serial mode See if we can improve linkchecker's passrate by running the linkchecker in serial mode rather than parallel. Signed-off-by: Thanh Ha Change-Id: I0ebe91d20a5629f49e17542d36643ecd5b2767d6 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3e7bb13f4..7774118d9 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ commands = [testenv:docs-linkcheck] basepython = python3 deps = -rdocs/requirements.txt -commands = sphinx-build -j auto -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck [testenv:pre-commit] basepython = python3 -- 2.36.6