diff --git a/tox.ini b/tox.ini index afb5cb36b..5e0817258 100644 --- a/tox.ini +++ b/tox.ini @@ -60,9 +60,8 @@ basepython = python3 usedevelop = True changedir = doc/en deps = -r{toxinidir}/doc/en/requirements.txt - commands = - sphinx-build -W -b html . _build + sphinx-build -W --keep-going -b html . _build {posargs:} [testenv:docs-checklinks] basepython = python3