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 4fd1798 + 1828bcf commit 1d22c14Copy full SHA for 1d22c14
jupyter_sphinx/__init__.py
@@ -279,8 +279,8 @@ def setup(app):
279
app.add_post_transform(CellOutputsToNodes)
280
281
# For syntax highlighting
282
- app.add_lexer("ipythontb", IPythonTracebackLexer())
283
- app.add_lexer("ipython", IPython3Lexer())
+ app.add_lexer("ipythontb", IPythonTracebackLexer)
+ app.add_lexer("ipython", IPython3Lexer)
284
285
app.connect("builder-inited", builder_inited)
286
app.connect("build-finished", build_finished)
0 commit comments