File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ script:
168
168
fi
169
169
else
170
170
cd doc
171
- python make.py html -n 2
171
+ make html-small-plots -j 2
172
172
# We don't build the LaTeX docs here, so linkchecker will complain
173
173
touch build/html/Matplotlib.pdf
174
174
# Linkchecker only works with python 2.7 for the time being
Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ clean:
54
54
rm -rf users/installing.rst
55
55
rm -rf _templates/gallery.html
56
56
57
- html :
57
+ html : prepare
58
58
$(SPHINXBUILD ) -b html $(ALLSPHINXOPTS ) $(BUILDDIR ) /html -W
59
59
@echo
60
60
@echo " Build finished. The HTML pages are in $( BUILDDIR) /html."
61
61
62
- html-small-plots :
62
+ html-small-plots : prepare
63
63
$(SPHINXBUILD ) -D plot_formats=png:80 -b html $(ALLSPHINXOPTS ) $(BUILDDIR ) /html -W
64
64
@echo
65
65
@echo " Build finished. The HTML pages are in $( BUILDDIR) /html."
You can’t perform that action at this time.
0 commit comments