Merge pull request #6269 from blueyed/docs

tox: docs: --keep-going and posargs
This commit is contained in:
Daniel Hahler 2019-11-24 23:21:26 +01:00 committed by GitHub
commit b7d908f4a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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