more api doc hacking

This commit is contained in:
Alan Saul 2013-02-08 15:36:23 +00:00
parent 3d7bf6698a
commit dda0198cc0

View file

@ -3,6 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXAPI_DOC = sphinx-apidoc
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
@ -41,11 +42,12 @@ help:
clean:
-rm -rf $(BUILDDIR)/*
CWD=$(shell sphinx-apidoc -f -o . ../GPy)
all:
@echo api build: $(CWD).
html:
$(SPHINXAPI_DOC) -f -o . ../GPy
@echo
@echo "API doc finished."
@echo
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."