Skip to content

Commit

Permalink
Revert "DX: do not treat warnings as errors"
Browse files Browse the repository at this point in the history
This reverts commit 368528b.
  • Loading branch information
redeboer committed Nov 10, 2023
1 parent aa9c952 commit e20f0d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ legacy_tox_ini = """
commands =
sphinx-build \
--keep-going \
-T \
-TW \
-b html \
docs/ docs/_build/html
description =
Expand Down Expand Up @@ -127,7 +127,7 @@ legacy_tox_ini = """
commands =
sphinx-build \
--keep-going \
-T \
-TW \
-b html \
docs/ docs/_build/html
description =
Expand All @@ -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 = *
Expand Down

0 comments on commit e20f0d1

Please sign in to comment.