We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb7b20 commit 6c7172bCopy full SHA for 6c7172b
.pre-commit-config.yaml
@@ -319,7 +319,15 @@ repos:
319
320
- id: docs
321
name: Build Documentation
322
- entry: uv run sphinx-build -W -b notion sample build-sample/
+ 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
331
language: python
332
stages: [manual]
333
pass_filenames: false
0 commit comments