Skip to content

Commit 3e6e780

Browse files
committed
CI: fail document job on warnings.
1 parent add7d70 commit 3e6e780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test-code.env = {PYTHONWARNINGS = "error"}
8282
test-code.cmd = "python -m coverage run -m unittest discover -t . -s tests -v"
8383
test-docs.cmd = "sphinx-build -b doctest docs/ docs/_build"
8484

85-
document.cmd = "sphinx-build docs/ docs/_build/"
85+
document.cmd = "sphinx-build docs/ docs/_build/ -W --keep-going"
8686
document-live.cmd = "sphinx-autobuild docs/ docs/_build/ --watch amaranth"
8787
document-linkcheck.cmd = "sphinx-build docs/ docs/_linkcheck/ -b linkcheck"
8888

0 commit comments

Comments
 (0)