Allow linkcheck to ignore SSL certificate issues

This commit is contained in:
cytopia 2018-11-03 12:33:06 +01:00
parent 7f0f312a37
commit a3dcc12cde
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 60 -t 30 -e rst _includes/
./linkcheck -k -r 60 -t 30 -e rst _includes/
build:
sphinx-build -a -E -n -j auto -q -W . _build/html