X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Ftox.ini;h=256c1840411716adb907ce6033f165bf8a06970b;hb=4774a0dcbd593e34f6c9e653a460f7bf18327907;hp=dabc92c52df30fbfb9d19c7a45533487e6856d61;hpb=b6d2696fd594467a909102ed5f9262fdf332ec1e;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