X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=bcfcde4d8b39388e878cdc762feb07eb4f73c4d2;hb=ce3f4d11233a7d4bc0bd3a82244151eb850a9f0d;hp=8a8d0a419460431370982ee2d82ba0e1e3efce1e;hpb=fb81f509c780a41c7efbf6c383568f1ee1e1c181;p=ric-plt%2Falarm-go.git diff --git a/tox.ini b/tox.ini index 8a8d0a4..bcfcde4 100644 --- a/tox.ini +++ b/tox.ini @@ -18,11 +18,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] passenv = @@ -35,4 +36,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