Merge pull request #6269 from blueyed/docs
tox: docs: --keep-going and posargs
This commit is contained in:
commit
b7d908f4a5
3
tox.ini
3
tox.ini
|
@ -60,9 +60,8 @@ basepython = python3
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
changedir = doc/en
|
changedir = doc/en
|
||||||
deps = -r{toxinidir}/doc/en/requirements.txt
|
deps = -r{toxinidir}/doc/en/requirements.txt
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -W -b html . _build
|
sphinx-build -W --keep-going -b html . _build {posargs:}
|
||||||
|
|
||||||
[testenv:docs-checklinks]
|
[testenv:docs-checklinks]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
|
Loading…
Reference in New Issue