We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3507e4 commit 53de99cCopy full SHA for 53de99c
doc/Makefile
@@ -38,9 +38,9 @@ $(HTML_DIR)/2019-07-03-%.html: $(IPYNB_DIR)/%.ipynb
38
@mkdir -p $(FAIL_DIR)
39
@echo "[nbconvert] $<"
40
@jupyter nbconvert $< --to html --template nb.tpl \
41
+ --ExecutePreprocessor.timeout=600\
42
--output-dir $(HTML_DIR) --output 2019-07-03-$*.html \
- --execute > $(FAIL_DIR)/$* 2>&1 && rm -f $(FAIL_DIR)/$* \
43
- --ExecutePreprocessor.timeout=600
+ --execute > $(FAIL_DIR)/$* 2>&1 && rm -f $(FAIL_DIR)/$*
44
45
46
$(REDIR_DIR)/2019-07-03-redirect-next-%.html: $(IPYNB_DIR)/%.ipynb
0 commit comments