X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=75c19da7e42ba88660aa4fa6959e553c5c5b6900;hb=HEAD;hp=db50ddfc2e053f905efc3c5d2eb2394b30051585;hpb=59fe2681fac4c23cdd9cae30f7529ffbd1677be7;p=ric-plt%2Fnodeb-rnib.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