Linkcheck: increase retries

This commit is contained in:
cytopia 2018-08-12 11:51:08 +02:00
parent 8b177c4b05
commit cceefb569c
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -55,7 +55,7 @@ else
bash -c 'curl -Ss -o linkcheck -z linkcheck https://raw.githubusercontent.com/cytopia/linkcheck/master/linkcheck 2>/dev/null'
endif
chmod +x linkcheck
./linkcheck -r 30 -t 30 -e rst _includes/
./linkcheck -r 60 -t 30 -e rst _includes/
build:
sphinx-build -a -E -n -j auto -q -W . _build/html