mirror of
https://github.com/simonw/datasette.git
synced 2026-09-19 23:14:06 +02:00
./live-docs.sh script to build docs
In the main branch we have 'just docs' for this.
This commit is contained in:
parent
4240e57fb4
commit
36eac40b5d
1 changed files with 5 additions and 0 deletions
5
live-docs.sh
Executable file
5
live-docs.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/zsh
|
||||
set -eu
|
||||
|
||||
cd -- "${0:A:h}/docs"
|
||||
exec uv run --with-editable '..[docs]' make livehtml "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue