Merge "[tox] Add docs-iterative command"

This commit is contained in:
Zuul 2021-10-06 14:55:12 +00:00 committed by Gerrit Code Review
commit 94c46c7b6c

@ -50,6 +50,13 @@ deps =
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build/html
{[testenv:docs-iterative]commands}
[testenv:docs-iterative]
envdir = {toxworkdir}/docs
skip_install = {[testenv:docs]skip_install}
deps = {[testenv:docs]deps}
commands =
sphinx-build -n -W --keep-going -b html doc/source doc/build/html
whereto doc/source/_extra/.htaccess doc/test/redirect-tests.txt