Skip to content

Commit ba986a9

Browse files
committed
Merge pull request #901 from oesteban/bug/AddIPythonLexer
Fix: warnings complaining about unknown IPython lexer
2 parents bd91da7 + 8499da3 commit ba986a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
'sphinx.ext.autosummary',
3939
'numpy_ext.numpydoc',
4040
'matplotlib.sphinxext.plot_directive',
41-
'matplotlib.sphinxext.only_directives'
41+
'matplotlib.sphinxext.only_directives',
42+
'matplotlib.sphinxext.ipython_directive',
43+
'ipython_console_highlighting'
4244
]
4345

4446
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)