X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=e35f37500fab5336b7c4a9e0fb826d883e6912a5;hb=5edb57e2d03c1dab6e59eb1b43adde1944a400d8;hp=9ab0da4432cee7112f7a675843d3f26a7b1cc446;hpb=4c5ff10399e471ef937a53140eed0b7114396234;p=oam.git diff --git a/tox.ini b/tox.ini index 9ab0da4..e35f375 100644 --- a/tox.ini +++ b/tox.ini @@ -8,17 +8,17 @@ skipsdist = true [testenv:docs] basepython = python3 -deps = +deps = sphinx sphinx-rtd-theme sphinxcontrib-httpdomain recommonmark lfdocs-conf - + 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