Skip to content

Commit

Permalink
Fix the 'html-noplot' make target for docs (#3766)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Jan 12, 2025
1 parent 2bd524e commit 77a2d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ html-noplot: api
@echo
@echo "Building HTML files without example plots."
@echo
$(SPHINXBUILD) -D plot_gallery=0 -M html $(SPHINXOPTS) "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) -D plot_gallery=0
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

Expand Down

0 comments on commit 77a2d59

Please sign in to comment.