Skip to content

Commit

Permalink
build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Dec 3, 2024
1 parent 7ab6e7c commit 5e73ac3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ help:
@echo " clean to remove all files generated by build and tests."
@echo "\nTesting targets:"
@echo " test to run tests (but skip long running tests)."
@echo " lint to run code style checks with flake8."
@echo " lint to run code style checks with ruff."
@echo "\nDocs targets:"
@echo " docs to build docs with mkdocs."

## Build targets

Expand Down Expand Up @@ -93,5 +95,6 @@ test:

.PHONY: docs
docs:
@echo "Sorry ... building docs is missing!"
@echo "Building docs ..."
@bash -c 'mkdocs build'

0 comments on commit 5e73ac3

Please sign in to comment.