X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=049dbfbc3ee92067c301ba6cc2410120c15f1c9f;hb=HEAD;hp=c86cfdf320ca70076c58bbd9b675db2cf01cc4c8;hpb=39d7f74279a36d727bfc3d4d0bcb8c011917ccdc;p=ric-plt%2Fsdlgo.git diff --git a/tox.ini b/tox.ini index c86cfdf..049dbfb 100644 --- a/tox.ini +++ b/tox.ini @@ -14,11 +14,13 @@ 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 +29,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