mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 04:47:52 +00:00
Allow linkcheck to ignore SSL certificate issues
This commit is contained in:
parent
7f0f312a37
commit
a3dcc12cde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user