datasette/live-docs.sh
Simon Willison 36eac40b5d ./live-docs.sh script to build docs
In the main branch we have 'just docs' for this.
2026-09-16 16:31:21 -07:00

5 lines
100 B
Bash
Executable file

#!/bin/zsh
set -eu
cd -- "${0:A:h}/docs"
exec uv run --with-editable '..[docs]' make livehtml "$@"