apidoc now has its own directory

This commit is contained in:
Jef Roosens 2020-08-27 18:40:54 +02:00
parent 6f0af5dfdf
commit 75be358ff6
3 changed files with 3 additions and 4 deletions

View file

@ -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"