From 36eac40b5dd6cb83330cb2fdcc1fa2dcb18735bf Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 16 Sep 2026 16:31:18 -0700 Subject: [PATCH] ./live-docs.sh script to build docs In the main branch we have 'just docs' for this. --- live-docs.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 live-docs.sh diff --git a/live-docs.sh b/live-docs.sh new file mode 100755 index 00000000..74590870 --- /dev/null +++ b/live-docs.sh @@ -0,0 +1,5 @@ +#!/bin/zsh +set -eu + +cd -- "${0:A:h}/docs" +exec uv run --with-editable '..[docs]' make livehtml "$@"