./live-docs.sh script to build docs

In the main branch we have 'just docs' for this.
This commit is contained in:
Simon Willison 2026-09-16 16:31:18 -07:00
commit 36eac40b5d

5
live-docs.sh Executable file
View file

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