Enable MyST Markdown docs, port events.rst, refs #2565

This commit is contained in:
Simon Willison 2025-10-31 16:34:11 -07:00
commit 47e4060469
5 changed files with 28 additions and 16 deletions

View file

@ -29,7 +29,7 @@ export DATASETTE_SECRET := "not_a_secret"
# Serve live docs on localhost:8000
@docs: cog blacken-docs
cd docs && uv run make livehtml
uv sync --extra docs && cd docs && uv run make livehtml
# Apply Black
@black: