X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=33359aec27afe430aa8e0b4f2419254046140a41;hb=HEAD;hp=ac3834886260de4db24a413c77438bf3d161a66f;hpb=1c41e8538996ccedab750e59ee833a231cf7c894;p=com%2Fpylog.git diff --git a/tox.ini b/tox.ini index ac38348..33359ae 100644 --- a/tox.ini +++ b/tox.ini @@ -18,11 +18,13 @@ deps = sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 + inotify 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] passenv = @@ -35,4 +37,6 @@ deps = sphinx sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 + inotify commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck