Skip to content

Commit 6154730

Browse files
committed
Add -W flag to docs hook for consistent error handling
1 parent 3685694 commit 6154730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ repos:
343343

344344
- id: docs
345345
name: Build Documentation
346-
entry: uv run --extra=dev sphinx-build -M html docs/source docs/build
346+
entry: uv run --extra=dev sphinx-build -M html docs/source docs/build -W
347347
language: python
348348
stages: [manual]
349349
pass_filenames: false

0 commit comments

Comments
 (0)