Thanks to visit codestin.com
Credit goes to github.com

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)