Skip to content

Commit

Permalink
chore: add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumJHays authored Dec 18, 2023
1 parent 12eff9f commit 206c0f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

docs:
cd docs && \
poetry run jupyter-book build .

serve-docs:
cd docs/_build && \
poetry run python -m http.server 8000

.PHONY: docs serve-docs

0 comments on commit 206c0f8

Please sign in to comment.