upgrade-1.0a20.md, refs #2564

And another Markdown conversion, refs #2565
This commit is contained in:
Simon Willison 2025-10-31 19:13:41 -07:00
commit 1f8995e776
4 changed files with 225 additions and 130 deletions

View file

@ -31,6 +31,10 @@ export DATASETTE_SECRET := "not_a_secret"
@docs: cog blacken-docs
uv sync --extra docs && cd docs && uv run make livehtml
# Build docs as static HTML
@docs-build: cog blacken-docs
rm -rf docs/_build && cd docs && uv run make html
# Apply Black
@black:
uv run black .