Skip to content

Commit

Permalink
docs: added to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Oct 19, 2023
1 parent f875290 commit 822ae8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ local:
notebook: env
. env/bin/activate && ipython kernel install --user --name=venv && jupyter notebook

docs:
cd docs && sphinx-build -b html . build


0 comments on commit 822ae8f

Please sign in to comment.