diff options
-rw-r--r-- | docs/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 48307560..edac8c35 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -16,7 +16,7 @@ whitelist_externals = [testenv:docs-linkcheck] basepython = python3 -deps = -r{toxinidir}/requirements-docs.txt +#deps = -r{toxinidir}/requirements-docs.txt commands = echo "Link Checking not enforced" #commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck whitelist_externals = echo |