Skip to content

Commit

Permalink
change makefile to install and build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chucheria committed Mar 8, 2024
1 parent f89f343 commit f15bd28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ format:
black promptmeteo/
black tests/

docs:
mkdocs build
mkdocs serve
mkdocs gh-deploy
dev:
pip install -e ".[docs]"

html:
$(MAKE) -C docs html

clean:
find . -name '*.pyc' -exec rm -f {} +
Expand Down
7 changes: 0 additions & 7 deletions docs/source/modules.rst

This file was deleted.

0 comments on commit f15bd28

Please sign in to comment.