Skip to content

Commit b7d908f

Browse files
authored
Merge pull request #6269 from blueyed/docs
tox: docs: --keep-going and posargs
2 parents ed67312 + 57f3dc1 commit b7d908f

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)