X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=af207e91dea48b3d62e61e4dace0646f71bbea51;hb=HEAD;hp=72742cff9226210973133edaf2d3090db71b1183;hpb=301648c2a948e736d7922293108d6980bd9bf429;p=ric-app%2Frc.git diff --git a/tox.ini b/tox.ini index 72742cf..af207e9 100644 --- a/tox.ini +++ b/tox.ini @@ -14,11 +14,11 @@ 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 @@ -27,4 +27,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