apidoc now has its own directory
This commit is contained in:
parent
6f0af5dfdf
commit
75be358ff6
3 changed files with 3 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -48,7 +48,7 @@ clean-setup:
|
|||
|
||||
# =====DOCS=====
|
||||
docs: build-venv docs/source/conf.py docs/source/index.rst
|
||||
@ "$(VENV)/bin/sphinx-apidoc" -f -o "$(DOCS)/source" "$(SRC)"
|
||||
@ "$(VENV)/bin/sphinx-apidoc" -f -o "$(DOCS)/source/apidoc" "$(SRC)"
|
||||
@ "$(VENV)/bin/sphinx-build" "$(DOCS)/source" "$(DOCS)/build"
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue