'just docs' command for running the livehtml docs server

This commit is contained in:
Simon Willison 2022-09-26 12:09:00 -07:00
commit 9a5add659d

View file

@ -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 .