From da293d77e2cf8aff425cf8cd8b6b283a1f7b1b1a Mon Sep 17 00:00:00 2001 From: Gwenael Lambrouin Date: Mon, 26 Jul 2021 11:49:25 +0200 Subject: tox: fix docs-linkcheck behind a proxy Change-Id: I3718f3276f145a64e97968065512fe9c1f7cb91f Signed-off-by: Gwenael Lambrouin --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 3cf573e..4fe1e35 100644 --- a/tox.ini +++ b/tox.ini @@ -59,4 +59,5 @@ whitelist_externals = echo [testenv:docs-linkcheck] basepython = python3 deps = -rdocs/requirements.txt +passenv = http_proxy https_proxy no_proxy commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck -- cgit 1.2.3-korg