File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ install:
86
86
87
87
- |
88
88
if [[ $BUILD_DOCS == true ]]; then
89
- pip install $PRE numpydoc ipython jsonschema mistune colorspacious
90
- pip install -q $PRE linkchecker
89
+ pip install $PRE numpydoc ipython colorspacious
91
90
wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
92
91
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
93
92
mkdir -p tmp
@@ -118,6 +117,9 @@ script:
118
117
python make.py html --small --warningsaserrors
119
118
# We don't build the LaTeX docs here, so linkchecker will complain
120
119
touch build/html/Matplotlib.pdf
120
+ deactivate
121
+ source ~/virtualenv/python2.7/bin/activate
122
+ pip install linkchecker
121
123
linkchecker build/html/index.html
122
124
fi
123
125
You can’t perform that action at this time.
0 commit comments