From e20f0d15059e10e6fc15c5f4421e71004c6e7457 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:20:49 +0100 Subject: [PATCH] Revert "DX: do not treat warnings as errors" This reverts commit 368528b933724b9e4d78afc639292e75d16768c7. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a06e553..0a24f6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ legacy_tox_ini = """ commands = sphinx-build \ --keep-going \ - -T \ + -TW \ -b html \ docs/ docs/_build/html description = @@ -127,7 +127,7 @@ legacy_tox_ini = """ commands = sphinx-build \ --keep-going \ - -T \ + -TW \ -b html \ docs/ docs/_build/html description = @@ -141,7 +141,7 @@ legacy_tox_ini = """ allowlist_externals = sphinx-build commands = - sphinx-build -n --keep-going -b html docs/ docs/_build/html + sphinx-build -nW --keep-going -b html docs/ docs/_build/html description = Execute ALL Jupyter notebooks and build documentation with Sphinx passenv = *