X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=75c19da7e42ba88660aa4fa6959e553c5c5b6900;hb=refs%2Fheads%2Fi-release;hp=db50ddfc2e053f905efc3c5d2eb2394b30051585;hpb=7f76709be05a819fc8ac3d5d4da84337b8ae1f12;p=ric-plt%2Fric-dep.git diff --git a/tox.ini b/tox.ini index db50ddf..75c19da 100644 --- a/tox.ini +++ b/tox.ini @@ -14,13 +14,14 @@ deps = sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 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] basepython = python3 @@ -29,4 +30,5 @@ deps = sphinx sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck