Comment for 'just docs' command

This shows up in 'just -l'
This commit is contained in:
Simon Willison 2022-09-26 12:36:09 -07:00
commit cf9861216b

View file

@ -20,6 +20,7 @@
@cog:
pipenv run cog -r README.md docs/*.rst
# Serve live docs on localhost:8000
@docs: cog
cd docs && pipenv run make livehtml