Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d56d544

Browse files
committed
Merge pull request #6351 from jenshnielsen/fixlinkcheck
Fix link check in docs build
2 parents 7cb9d1f + 482ddad commit d56d544

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ install:
9797
- |
9898
if [[ $BUILD_DOCS == true ]]; then
9999
pip install $PRE numpydoc ipython jsonschema mistune colorspacious
100-
pip install -q $PRE linkchecker
100+
# linkchecker is currently broken with requests 2.10.0 so force an earlier version
101+
pip install $PRE requests==2.9.2 linkchecker
101102
wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
102103
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
103104
mkdir -p tmp

0 commit comments

Comments
 (0)