Skip to content

Commit 5a94297

Browse files
committed
get rid of our local copies of the ipython/sphinx integration in favor of the ones that are now shipped with ipython
1 parent d7ee788 commit 5a94297

File tree

3 files changed

+2
-947
lines changed

3 files changed

+2
-947
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
6161
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.pngmath',
6262
'sphinx.ext.intersphinx',
63-
'ipython_directive', 'ipython_console_highlighting',
63+
'IPython.sphinxext.ipython_directive',
64+
'IPython.sphinxext.ipython_console_highlighting',
6465
]
6566

6667
# Undocumented trick: if we def setup here in conf.py, it gets called just

doc/sphinxext/ipython_console_highlighting.py

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)