X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=f750b5731fdb6ceea5a54b8adeee1bf7f96ce9d0;hb=6cd3a9eac9d68152a63ec673669b4737c7f8cbd4;hp=c86cfdf320ca70076c58bbd9b675db2cf01cc4c8;hpb=dada8463c0fd4c3b90eedc54b6c913f0fa0e7272;p=ric-plt%2Fsdlpy.git diff --git a/tox.ini b/tox.ini index c86cfdf..f750b57 100644 --- a/tox.ini +++ b/tox.ini @@ -14,11 +14,11 @@ deps = sphinxcontrib-httpdomain recommonmark lfdocs-conf - + urllib3~=1.26.15 +allowlist_externals = echo 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 [testenv:docs-linkcheck] basepython = python3 @@ -27,4 +27,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