File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,9 @@ install:
75
75
# version since is it basically just a .ttf file
76
76
# The current Travis Ubuntu image is to old to search .local/share/fonts so we store fonts in .fonts
77
77
78
- # We install ipython to use the console highlighting. From IPython 3 this depends on jsonschema and misture.
79
- # Neihter is installed as a dependency of IPython since they are not used by the IPython console.
80
78
- |
81
79
if [[ $BUILD_DOCS == true ]]; then
82
- pip install $PRE numpydoc ipython jsonschema mistune
80
+ pip install $PRE numpydoc ipython
83
81
pip install -q $PRE linkchecker
84
82
wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
85
83
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