Skip to content

Commit a80c783

Browse files
DOC: removed vendored IPython.sphinxext - take 2 (#19657)
1 parent ada3fa4 commit a80c783

File tree

6 files changed

+3
-1203
lines changed

6 files changed

+3
-1203
lines changed

ci/requirements-optional-conda.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bottleneck
44
fastparquet
55
feather-format
66
html5lib
7-
ipython
7+
ipython>=5.6.0
88
ipykernel
99
jinja2
1010
lxml

ci/requirements-optional-pip.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bottleneck
66
fastparquet
77
feather-format
88
html5lib
9-
ipython
9+
ipython>=5.6.0
1010
ipykernel
1111
jinja2
1212
lxml

doc/source/conf.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@
6464
'sphinx.ext.extlinks',
6565
'sphinx.ext.todo',
6666
'numpydoc',
67-
'ipython_sphinxext.ipython_directive',
68-
'ipython_sphinxext.ipython_console_highlighting',
69-
# lowercase didn't work
67+
'IPython.sphinxext.ipython_directive',
7068
'IPython.sphinxext.ipython_console_highlighting',
7169
'matplotlib.sphinxext.plot_directive',
7270
'sphinx.ext.intersphinx',

doc/sphinxext/ipython_sphinxext/__init__.py

Whitespace-only changes.

doc/sphinxext/ipython_sphinxext/ipython_console_highlighting.py

-28
This file was deleted.

0 commit comments

Comments
 (0)