Skip to content

Commit c00b26f

Browse files
committed
switch cell output conversion to a transform
1 parent 2fde0ff commit c00b26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_sphinx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def setup(app):
272272
app.add_role("jupyter-download:nb", JupyterDownloadRole())
273273
app.add_role("jupyter-download:script", JupyterDownloadRole())
274274
app.add_transform(ExecuteJupyterCells)
275-
app.add_post_transform(CellOutputsToNodes)
275+
app.add_transform(CellOutputsToNodes)
276276

277277
# For syntax highlighting
278278
app.add_lexer("ipythontb", IPythonTracebackLexer)

0 commit comments

Comments
 (0)