[tox] Add docs-iterative command

This is useful for iterative work with docs as it avoids trashing
results from previous builds and thus saves time.

Change-Id: Ic4f710725cbc2d85c28ca4e00c3a32a00a72c2da
This commit is contained in:
Radosław Piliszek 2021-08-31 18:31:40 +00:00
parent 4e473a7848
commit 24e48d4dae
1 changed files with 7 additions and 0 deletions

View File

@ -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