Skip to content

Commit 0180780

Browse files
committed
feat: Add a 'docs' target to the Makefile for building HTML documentation.
1 parent f6ce9a3 commit 0180780

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ mypy:
3030

3131
pre-commit:
3232
@uv run pre-commit run -a
33+
34+
docs:
35+
@cd docs && uv run make html
36+
37+
.PHONY: setup test coverage test-all-python-tags lint format mypy pre-commit docs

0 commit comments

Comments
 (0)