Docs now auto-generate from docstrings
This commit is contained in:
parent
e41d9780a4
commit
9c1a56445b
5 changed files with 11 additions and 13 deletions
4
Makefile
4
Makefile
|
|
@ -47,8 +47,8 @@ clean-setup:
|
|||
@ find . -maxdepth 1 -type d -name '*.egg-info' -exec rm -rf "{}" \;
|
||||
|
||||
# =====DOCS=====
|
||||
docs: build-venv
|
||||
@ "$(VENV)/bin/sphinx-apidoc" -o "$(DOCS)/source" "$(SRC)"
|
||||
docs: build-venv docs/source/conf.py docs/source/index.rst
|
||||
@ "$(VENV)/bin/sphinx-apidoc" -f -o "$(DOCS)/source" "$(SRC)"
|
||||
@ "$(VENV)/bin/sphinx-build" "$(DOCS)/source" "$(DOCS)/build"
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue