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 2fde0ff commit c00b26fCopy full SHA for c00b26f
jupyter_sphinx/__init__.py
@@ -272,7 +272,7 @@ def setup(app):
272
app.add_role("jupyter-download:nb", JupyterDownloadRole())
273
app.add_role("jupyter-download:script", JupyterDownloadRole())
274
app.add_transform(ExecuteJupyterCells)
275
- app.add_post_transform(CellOutputsToNodes)
+ app.add_transform(CellOutputsToNodes)
276
277
# For syntax highlighting
278
app.add_lexer("ipythontb", IPythonTracebackLexer)
0 commit comments