We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf5b33 commit 7c14f1cCopy full SHA for 7c14f1c
doc/Makefile
@@ -39,7 +39,7 @@ $(HTML_DIR)/2019-07-03-%.html: $(IPYNB_DIR)/%.ipynb
39
@echo "[nbconvert] $<"
40
@jupyter nbconvert $< --to html --template nb.tpl \
41
--output-dir $(HTML_DIR) --output 2019-07-03-$*.html \
42
- --execute > $(FAIL_DIR)/$* 2>&1 && rm -f $(FAIL_DIR)/$*
+ --execute
43
44
45
$(REDIR_DIR)/2019-07-03-redirect-next-%.html: $(IPYNB_DIR)/%.ipynb
0 commit comments