mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
upgrade-1.0a20.md, refs #2564
And another Markdown conversion, refs #2565
This commit is contained in:
parent
47e4060469
commit
1f8995e776
4 changed files with 225 additions and 130 deletions
4
Justfile
4
Justfile
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue