Skip to content

Commit 209affe

Browse files
Merge pull request #234 from adamtheturtle/sample-html
Check that HTML build of sample is not broken
2 parents fbb7b20 + 6c7172b commit 209affe

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,15 @@ repos:
319319

320320
- id: docs
321321
name: Build Documentation
322-
entry: uv run sphinx-build -W -b notion sample build-sample/
322+
entry: uv run sphinx-build -W -b notion sample build-sample/notion
323+
language: python
324+
stages: [manual]
325+
pass_filenames: false
326+
additional_dependencies: [uv==0.6.3]
327+
328+
- id: docs-as-html
329+
name: Build Documentation as HTML
330+
entry: uv run sphinx-build -W -b html sample build-sample/html
323331
language: python
324332
stages: [manual]
325333
pass_filenames: false

0 commit comments

Comments
 (0)