Skip to content

Commit 14c5b8b

Browse files
committed
remove non-container version
1 parent 8962235 commit 14c5b8b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

jupyter_sphinx/execute.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -520,16 +520,6 @@ def cell_output_to_nodes(cell, data_priority, write_stderr, dir, thebe_config):
520520
classes=["error", "stderr"]
521521
))
522522
to_add.append(container)
523-
524-
# Alternative, without container
525-
526-
# to_add.append(docutils.nodes.literal_block(
527-
# text=output['text'],
528-
# rawsource='', # disables Pygment highlighting
529-
# language='none',
530-
# classes=["error", "stderr"]
531-
# ))
532-
533523
else:
534524
to_add.append(docutils.nodes.literal_block(
535525
text=output['text'],

0 commit comments

Comments
 (0)