X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=90be6828eabbb8dbc49316526ea4c078cc69ff57;hb=581dd9938c73e6e25d6e70ce5a014349a2d774af;hp=2223dec3241958292aad4b7880d7b2d611283806;hpb=e96bdbe3f3d8057ab57f8c1767d20f07961c87c6;p=docs.git diff --git a/tox.ini b/tox.ini index 2223dec32..90be6828e 100644 --- a/tox.ini +++ b/tox.ini @@ -5,8 +5,11 @@ skipsdist = true [testenv:docs] deps = -rrequirements.txt -commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html +commands = + sphinx-build -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] deps = -rrequirements.txt -commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/linkcheck +commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck