Skip to content

Commit

Permalink
chore: add makefile job for docs serving
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Jan 5, 2024
1 parent 7a839a4 commit 5fc689d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ package:
docs:
$(MAKE) -C docs html

.PHONY: serve-docs
serve-docs:
python3 -m http.server -d docs/_build/html 8888

.PHONY: generate-openapi
generate-openapi:
mkdir -p api
Expand Down

0 comments on commit 5fc689d

Please sign in to comment.