Skip to content

Commit

Permalink
Fix the 'html-noplot' make target for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jan 11, 2025
1 parent 2bd524e commit b4185ba
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 b4185ba

Please sign in to comment.