diff options
author | 2021-07-26 11:49:25 +0200 | |
---|---|---|
committer | 2021-07-28 08:54:36 +0000 | |
commit | da293d77e2cf8aff425cf8cd8b6b283a1f7b1b1a (patch) | |
tree | 7ba07329f2ebc6f53e2ba8fa3b4b5ca7da0a5ced | |
parent | bc825ac3ee6f58791d47f9bfef288624624f700c (diff) |
tox: fix docs-linkcheck behind a proxy
Change-Id: I3718f3276f145a64e97968065512fe9c1f7cb91f
Signed-off-by: Gwenael Lambrouin <gwenael.lambrouin@orange.com>
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |