Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 732a859 + 9dd369c commit 1d6cf06Copy full SHA for 1d6cf06
1 file changed
Makefile
@@ -108,8 +108,9 @@ docs:
108
touch docs/.nojekyll
109
110
html-noplot:
111
+ make clean
112
$(SPHINXBUILD) -D plot_gallery=0 -b html $(SPHINXOPTS) "$(SOURCEDIR)" "$(BUILDDIR)/html"
- bash .jenkins/remove_invisible_code_block_batch.sh "$(BUILDDIR)/html"
113
+ # bash .jenkins/remove_invisible_code_block_batch.sh "$(BUILDDIR)/html"
114
@echo
115
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
116
0 commit comments