diff --git a/Justfile b/Justfile index 52e6190..4fe3fb9 100644 --- a/Justfile +++ b/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 .