X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=1a85e89df713ccaf2bef0f94cc20bbabb9ee5062;hb=daee5ada96c185cc5cf89ba2855fba3028a3ac18;hp=db50ddfc2e053f905efc3c5d2eb2394b30051585;hpb=8bed5367827214474cfb5d68165d7a67f764380d;p=ric-plt%2Fe2.git diff --git a/tox.ini b/tox.ini index db50ddf..1a85e89 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,6 @@ 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