File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -75,11 +75,9 @@ install:
7575 # version since is it basically just a .ttf file
7676 # The current Travis Ubuntu image is to old to search .local/share/fonts so we store fonts in .fonts
7777
78- # We install ipython to use the console highlighting. From IPython 3 this depends on jsonschema and mistune.
79- # Neihter is installed as a dependency of IPython since they are not used by the IPython console.
8078 - |
8179 if [[ $BUILD_DOCS == true ]]; then
82- pip install $PRE numpydoc ipython jsonschema mistune
80+ pip install $PRE numpydoc ipython
8381 pip install -q $PRE linkchecker
8482 wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
8583 wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
You can’t perform that action at this time.
0 commit comments