Skip to content

Commit 7e3845c

Browse files
authored
Update Makefile
Removing script to see if we can fix the netlify cache issue for preview.
1 parent 99d15ce commit 7e3845c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ docs:
109109

110110
html-noplot:
111111
$(SPHINXBUILD) -D plot_gallery=0 -b html $(SPHINXOPTS) "$(SOURCEDIR)" "$(BUILDDIR)/html"
112-
bash .jenkins/remove_invisible_code_block_batch.sh "$(BUILDDIR)/html"
112+
# bash .jenkins/remove_invisible_code_block_batch.sh "$(BUILDDIR)/html"
113113
@echo
114114
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
115115

0 commit comments

Comments
 (0)