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