X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=f2888fccad1b32c743c3e22f4368f4e33264891a;hb=HEAD;hp=72742cff9226210973133edaf2d3090db71b1183;hpb=b77928952bfbb1af9dc81d60e9f0e1b20428e8a9;p=ric-plt%2Fasn1-documents.git diff --git a/tox.ini b/tox.ini index 72742cf..f2888fc 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