Skip to content
Snippets Groups Projects
Commit 47357561 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

ENH: `make doc` refreshes apidoc now.

parent 36a81616
No related branches found
No related tags found
2 merge requests!22Release 0.3,!3Bloxberg proof of concept
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -45,4 +45,4 @@ doc-help:
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
apidoc:
@$(SPHINXAPIDOC) -o _apidoc $(PY_BASEDIR)
@$(SPHINXAPIDOC) --force -o _apidoc $(PY_BASEDIR)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment