Skip to content

Commit

Permalink
DX: disable Sphinx warnings in linkcheck job
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 14, 2024
1 parent c56c778 commit 6eb26a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,8 @@ commands =
--show-traceback \
docs/ docs/_build/html
description = Build documentation and API through Sphinx
setenv =
PYTHONWARNINGS =
[testenv:doclive]
allowlist_externals =
Expand Down Expand Up @@ -486,6 +488,7 @@ setenv =
[testenv:linkcheck]
allowlist_externals =
sphinx-build
base = doc
commands =
sphinx-build \
--builder=linkcheck \
Expand Down

0 comments on commit 6eb26a3

Please sign in to comment.