serve-docs target

This commit is contained in:
Tony Garnock-Jones 2023-03-17 00:22:24 +01:00
parent 019cd35932
commit 9645c11051
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ test: update-test-data
build-docs:
mkdocs build
serve-docs:
mkdocs serve
coverage: update-test-data
python3-coverage run --branch -m unittest discover -s tests
python3-coverage html