From 57f3dc19b9a26748f9238a0f9af8022c1cfcc106 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 24 Nov 2019 22:21:08 +0100 Subject: [PATCH] tox: docs: --keep-going and posargs `--keep-going` makes sense with `-W` to see all warnings/errors. `{posargs:}` is useful for passing in custom args. --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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