X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=1cff55d920b482d9cc0460b846473c05aed3556b;hb=c56c9df65a380977ab547057840453f54420b4b9;hp=00d06df30a1099870d74aef5bfffff220018202c;hpb=57176d36fd7a85d598685b552451b2f516322d1e;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/tox.ini b/tox.ini index 00d06df..1cff55d 100644 --- a/tox.ini +++ b/tox.ini @@ -18,11 +18,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 @@ -31,4 +33,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