Skip to content

Commit 6cc8d84

Browse files
roll back color-stripping
1 parent 626e157 commit 6cc8d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $(HTML_DIR)/2019-07-03-%.html: $(IPYNB_DIR)/%.ipynb
4040
@jupyter nbconvert $< --to html --template nb.tpl \
4141
--ExecutePreprocessor.timeout=600\
4242
--output-dir $(HTML_DIR) --output 2019-07-03-$*.html \
43-
--execute 2>&1 | sed -r "s/\x1B\[([0-9]{1,3}(;[0-9]{1,2})?)?[mGK]//g" > $(FAIL_DIR)/$* && rm -f $(FAIL_DIR)/$*
43+
--execute > $(FAIL_DIR)/$* 2>&1 && rm -f $(FAIL_DIR)/$*
4444

4545

4646
$(REDIR_DIR)/2019-07-03-redirect-next-%.html: $(IPYNB_DIR)/%.ipynb

0 commit comments

Comments
 (0)