Skip to content

Commit 57f3dc1

Browse files
committed
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.
1 parent ed67312 commit 57f3dc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ basepython = python3
6060
usedevelop = True
6161
changedir = doc/en
6262
deps = -r{toxinidir}/doc/en/requirements.txt
63-
6463
commands =
65-
sphinx-build -W -b html . _build
64+
sphinx-build -W --keep-going -b html . _build {posargs:}
6665

6766
[testenv:docs-checklinks]
6867
basepython = python3

0 commit comments

Comments
 (0)