mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
'just docs' command for running the livehtml docs server
This commit is contained in:
parent
ee74bd5f81
commit
9a5add659d
1 changed files with 3 additions and 0 deletions
3
Justfile
3
Justfile
|
|
@ -16,6 +16,9 @@
|
|||
@cog:
|
||||
cog -r README.md docs/*.rst
|
||||
|
||||
@docs: cog
|
||||
cd docs && pipenv run make livehtml
|
||||
|
||||
# Apply Black
|
||||
@black:
|
||||
pipenv run black .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue