Since Sphinx 1.7.x Sphinx actually prints the path itself now
so we no longer need this explicit statement.
Change-Id: If2947ac6921fdefb3e51f1910a8f6819ffcf0d52
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
deps = -rrequirements.txt
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
[testenv:docs-linkcheck]
deps = -rrequirements.txt