From cb9bb210b4655b0a7c51c48342d81f435fed8799 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Fri, 8 Feb 2013 16:06:11 +0000 Subject: [PATCH] Removed api make from makefile (although maybe it belongs there? --- doc/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 9388998e..95018f47 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,7 +3,6 @@ # You can set these variables from the command line. SPHINXOPTS = -SPHINXAPI_DOC = sphinx-apidoc SPHINXBUILD = sphinx-build PAPER = BUILDDIR = _build @@ -44,10 +43,6 @@ clean: 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."