Skip to content

Commit 3000210

Browse files
committed
add ipython directives to conf.py
1 parent b7f4d6a commit 3000210

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/sphinx/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ def __getattr__(cls, name):
5050
'sphinx.ext.viewcode',
5151
'sphinx.ext.extlinks',
5252
'numpydoc',
53-
'sphinx.ext.autosummary'
53+
'sphinx.ext.autosummary',
54+
'IPython.sphinxext.ipython_directive',
55+
'IPython.sphinxext.ipython_console_highlighting',
5456
]
5557

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

0 commit comments

Comments
 (0)