diff --git a/Makefile b/Makefile index a41b020..a8b4683 100644 --- a/Makefile +++ b/Makefile @@ -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 {} + diff --git a/docs/source/modules.rst b/docs/source/modules.rst deleted file mode 100644 index 92e2a02..0000000 --- a/docs/source/modules.rst +++ /dev/null @@ -1,7 +0,0 @@ -promptmeteo -=========== - -.. toctree:: - :maxdepth: 4 - - promptmeteo