X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=bb6c9de108f431277f806753cdf5f28f13dff0ba;hb=HEAD;hp=586b1cc3e5acb837951bfe97811ee9224d2c426d;hpb=b37f3028479dd06526fdf2a654ece4ddea35eb67;p=ric-plt%2Fa1.git diff --git a/tox.ini b/tox.ini index 586b1cc..bb6c9de 100644 --- a/tox.ini +++ b/tox.ini @@ -37,11 +37,12 @@ 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 @@ -50,4 +51,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