Add a build command that also builds offline docs

Also include them in the source tarball.
This commit is contained in:
Dave Pearson
2023-02-07 16:46:34 +00:00
parent 45af25a248
commit fcd84c564c
2 changed files with 5 additions and 0 deletions

View File

@@ -41,3 +41,7 @@ docs-build-offline:
.PHONY: docs-deploy
docs-deploy: clean-screenshot-cache
mkdocs gh-deploy
.PHONY: build
build: docs-build-offline
poetry build