diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ded194f..8c541b8c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -320,7 +320,7 @@ repos: - id: docs name: Build Documentation - entry: uv run --extra=dev sphinx-build -M html docs/source docs/build + entry: uv run --extra=dev sphinx-build -M html docs/source docs/build -W language: python stages: [manual] pass_filenames: false