Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chucheria committed Mar 8, 2024
1 parent f15bd28 commit 2b613b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ format:
black promptmeteo/
black tests/

dev:
docs:
pip install -e ".[docs]"
sphinx-apidoc -f -o docs/source/ promptmeteo

html:
$(MAKE) -C docs html
Expand Down

0 comments on commit 2b613b1

Please sign in to comment.