X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=f2888fccad1b32c743c3e22f4368f4e33264891a;hb=1d5a75e98937f6ede6fe3bfeedf6fd868b80fd33;hp=db50ddfc2e053f905efc3c5d2eb2394b30051585;hpb=c4275d3a7fe77930d6d0e4399642565c83007b78;p=pti%2Frtp.git diff --git a/tox.ini b/tox.ini index db50ddf..f2888fc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,9 @@ +# documentation only [tox] minversion = 2.0 envlist = docs, docs-linkcheck, - skipsdist = true [testenv:docs] @@ -14,13 +14,12 @@ 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 @@ -29,4 +28,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