X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=33359aec27afe430aa8e0b4f2419254046140a41;hb=d7437dc16bae6455f3beddf6c65a1970e0059adc;hp=aa03284a65689930364898b611aedd76210b3bd4;hpb=bedebbe30b72863aca3f8c1fa5d818e73a251c74;p=com%2Fpylog.git diff --git a/tox.ini b/tox.ini index aa03284..33359ae 100644 --- a/tox.ini +++ b/tox.ini @@ -18,12 +18,13 @@ deps = sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 inotify commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-linkcheck] passenv = @@ -36,5 +37,6 @@ deps = sphinx sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 inotify commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck