X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Ftox.ini;h=256c1840411716adb907ce6033f165bf8a06970b;hb=1d5a75e98937f6ede6fe3bfeedf6fd868b80fd33;hp=dabc92c52df30fbfb9d19c7a45533487e6856d61;hpb=c4275d3a7fe77930d6d0e4399642565c83007b78;p=pti%2Frtp.git diff --git a/docs/tox.ini b/docs/tox.ini index dabc92c..256c184 100644 --- a/docs/tox.ini +++ b/docs/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,5 +28,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