datasette/live-docs.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
100 B
Bash
Raw Normal View History

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