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.
2 parents 649be98 + 80719fe commit 070adf9Copy full SHA for 070adf9
jupyter_sphinx/ast.py
@@ -455,13 +455,3 @@ def apply(self):
455
# Remove the outputbundlenode and we'll attach the outputs next
456
attach_outputs(output_nodes, cell_node, thebe_config)
457
458
- # Image collect extra nodes from cell outputs that we need to process
459
- for node in self.document.traverse(image):
460
- # If the image node has `candidates` then it's already been processed
461
- # as in-line content, so skip it
462
- if "candidates" in node:
463
- continue
464
- # re-initialize an ImageCollector because the `app` imagecollector instance
465
- # is only available via event listeners.
466
- col = ImageCollector()
467
- col.process_doc(self.app, node)
0 commit comments