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 0a92452 commit 3eca3adCopy full SHA for 3eca3ad
Justfile
@@ -29,7 +29,7 @@ export DATASETTE_SECRET := "not_a_secret"
29
30
# Serve live docs on localhost:8000
31
@docs: cog blacken-docs
32
- uv sync --extra docs && cd docs && uv run make livehtml
+ uv run --extra docs make -C docs livehtml
33
34
# Build docs as static HTML
35
@docs-build: cog blacken-docs
0 commit comments