Skip to content

Commit 77a2d59

Browse files
authored
Fix the 'html-noplot' make target for docs (#3766)
1 parent 2bd524e commit 77a2d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ html-noplot: api
3939
@echo
4040
@echo "Building HTML files without example plots."
4141
@echo
42-
$(SPHINXBUILD) -D plot_gallery=0 -M html $(SPHINXOPTS) "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
42+
$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) -D plot_gallery=0
4343
@echo
4444
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
4545

0 commit comments

Comments
 (0)