We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
document
1 parent add7d70 commit 3e6e780Copy full SHA for 3e6e780
pyproject.toml
@@ -82,7 +82,7 @@ test-code.env = {PYTHONWARNINGS = "error"}
82
test-code.cmd = "python -m coverage run -m unittest discover -t . -s tests -v"
83
test-docs.cmd = "sphinx-build -b doctest docs/ docs/_build"
84
85
-document.cmd = "sphinx-build docs/ docs/_build/"
+document.cmd = "sphinx-build docs/ docs/_build/ -W --keep-going"
86
document-live.cmd = "sphinx-autobuild docs/ docs/_build/ --watch amaranth"
87
document-linkcheck.cmd = "sphinx-build docs/ docs/_linkcheck/ -b linkcheck"
88
0 commit comments