CI: fail document job on warnings.

This commit is contained in:
Catherine 2024-03-14 02:42:27 +00:00
parent add7d70050
commit 3e6e78012d

View file

@ -82,7 +82,7 @@ test-code.env = {PYTHONWARNINGS = "error"}
test-code.cmd = "python -m coverage run -m unittest discover -t . -s tests -v"
test-docs.cmd = "sphinx-build -b doctest docs/ docs/_build"
document.cmd = "sphinx-build docs/ docs/_build/"
document.cmd = "sphinx-build docs/ docs/_build/ -W --keep-going"
document-live.cmd = "sphinx-autobuild docs/ docs/_build/ --watch amaranth"
document-linkcheck.cmd = "sphinx-build docs/ docs/_linkcheck/ -b linkcheck"