Skip to content

Commit 9dd369c

Browse files
authored
Merge pull request #1005 from pytorch/brianjo-patch-1
Update Makefile - Speeds Netlify preview build.
2 parents 99d15ce + 4929b10 commit 9dd369c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ docs:
108108
touch docs/.nojekyll
109109

110110
html-noplot:
111+
make clean
111112
$(SPHINXBUILD) -D plot_gallery=0 -b html $(SPHINXOPTS) "$(SOURCEDIR)" "$(BUILDDIR)/html"
112-
bash .jenkins/remove_invisible_code_block_batch.sh "$(BUILDDIR)/html"
113+
# bash .jenkins/remove_invisible_code_block_batch.sh "$(BUILDDIR)/html"
113114
@echo
114115
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
115116

0 commit comments

Comments
 (0)