Skip to content

Commit 843e16f

Browse files
committed
MNT : removed sphinxext/ipython_* files
Deprecated in matplotlib#2671 / 71c77f0 ipython is now a doc-build dependency
1 parent 310cab1 commit 843e16f

File tree

5 files changed

+12
-972
lines changed

5 files changed

+12
-972
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
- |
3434
if [[ $BUILD_DOCS == true ]]; then
3535
sudo apt-get install -qq --no-install-recommends dvipng texlive-latex-base texlive-latex-extra texlive-fonts-recommended graphviz
36-
pip install numpydoc linkchecker
36+
pip install numpydoc linkchecker ipython
3737
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
3838
sudo dpkg -i fonts-humor-sans_1.0-1_all.deb
3939
wget https://googlefontdirectory.googlecode.com/hg/ofl/felipa/Felipa-Regular.ttf
@@ -89,4 +89,4 @@ after_success:
8989
git push --set-upstream origin gh-pages --force
9090
else
9191
echo "Will only deploy docs build from matplotlib master branch"
92-
fi
92+
fi

doc/api/api_changes/code_removal.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,13 @@ Removed functions with ambiguous argument order from finance.py
2020
Annotation
2121
----------
2222
Removed ``textcoords`` and ``xytext`` proprieties from Annotation objects.
23+
24+
25+
spinxext.ipython_*.py
26+
---------------------
27+
Both ``ipython_console_highlighting`` and ``ipython_directive`` have been moved to
28+
`IPython`.
29+
30+
Change your import from 'matplotlib.sphinxext.ipython_directive' to
31+
'IPython.sphinxext.ipython_directive' and from 'matplotlib.sphinxext.ipython_directive' to
32+
'IPython.sphinxext.ipython_directive'

lib/matplotlib/sphinxext/ipython_console_highlighting.py

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

0 commit comments

Comments
 (0)