Move sphinx-apidoc into conf.py, too.

This commit is contained in:
Todd Gamblin
2016-08-30 21:02:34 -07:00
parent 32834dd67d
commit 3a9388b43a
3 changed files with 7 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ clean:
-rm -f package_list.rst command_index.rst
-rm -rf $(BUILDDIR)/* $(APIDOC_FILES)
html: apidoc
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."