##// END OF EJS Templates
Modified recipe so api is always executed first...
Dav Clark -
Show More
@@ -52,9 +52,10 b' dist: html'
52 52 cp -al build/html .
53 53 @echo "Build finished. Final docs are in html/"
54 54
55 html: api htmlcore
55 html: api
56 html_noapi: clean
56 57
57 htmlcore:
58 html html_noapi:
58 59 mkdir -p build/html build/doctrees
59 60 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) build/html
60 61 @echo
General Comments 0
You need to be logged in to leave comments. Login now