mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Enable MyST Markdown docs, port events.rst, refs #2565
This commit is contained in:
parent
48982a0ff5
commit
47e4060469
5 changed files with 28 additions and 16 deletions
2
Justfile
2
Justfile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue