Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/requirements-optional-conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bottleneck
fastparquet
feather-format
html5lib
ipython
ipython>=5.6.0
ipykernel
jinja2
lxml
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-optional-pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bottleneck
fastparquet
feather-format
html5lib
ipython
ipython>=5.6.0
ipykernel
jinja2
lxml
Expand Down
4 changes: 1 addition & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@
'sphinx.ext.extlinks',
'sphinx.ext.todo',
'numpydoc',
'ipython_sphinxext.ipython_directive',
'ipython_sphinxext.ipython_console_highlighting',
# lowercase didn't work
'IPython.sphinxext.ipython_directive',
'IPython.sphinxext.ipython_console_highlighting',
'matplotlib.sphinxext.plot_directive',
'sphinx.ext.intersphinx',
Expand Down
Empty file.
28 changes: 0 additions & 28 deletions doc/sphinxext/ipython_sphinxext/ipython_console_highlighting.py

This file was deleted.

Loading