From db0efb689f9bea082cd232d6f1192591269d8a7f 2013-09-16 23:24:59 From: Dav Clark Date: 2013-09-16 23:24:59 Subject: [PATCH] Modified recipe so api is always executed first Also renamed corehtml to html_noapi, and a dependency on clean to html_noapi. --- diff --git a/docs/Makefile b/docs/Makefile index b624916..49886b1 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -52,9 +52,10 @@ dist: html cp -al build/html . @echo "Build finished. Final docs are in html/" -html: api htmlcore +html: api +html_noapi: clean -htmlcore: +html html_noapi: mkdir -p build/html build/doctrees $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) build/html @echo