X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=1246bb74d8c4de1a292fd380ec117ff62aa02ca1;hb=HEAD;hp=c86cfdf320ca70076c58bbd9b675db2cf01cc4c8;hpb=337435cd4bf0c138f261628e8f32675c9b161602;p=ric-plt%2Fsdl.git diff --git a/tox.ini b/tox.ini index c86cfdf..1246bb7 100644 --- a/tox.ini +++ b/tox.ini @@ -14,11 +14,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 @@ -27,4 +28,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