diff options
-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 |