X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=xapp_orchestrater%2Fdev%2Ftox.ini;fp=xapp_orchestrater%2Fdev%2Ftox.ini;h=47fe4d52fece1e12f19a72e2bd7642b407942f34;hb=361faacb46d1f379406b205034c818fef37a9d76;hp=4d1d9fee3b41f505c6fc8ef7d82df7a8e1795490;hpb=139295eb66cb5cedbae5e3746d9ace128104bb69;p=ric-plt%2Fappmgr.git diff --git a/xapp_orchestrater/dev/tox.ini b/xapp_orchestrater/dev/tox.ini index 4d1d9fe..47fe4d5 100644 --- a/xapp_orchestrater/dev/tox.ini +++ b/xapp_orchestrater/dev/tox.ini @@ -15,13 +15,14 @@ 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 @@ -31,4 +32,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