Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
8eb3c3c6
"examples/vscode:/vscode.git/clone" did not exist on "603bffcfac4a33ab243e52b9a0457be8b8cc5cbf"
Unverified
Commit
8eb3c3c6
authored
Dec 15, 2024
by
James Lamb
Committed by
GitHub
Dec 15, 2024
Browse files
[ci] fix linkchecker job (#6757)
parent
31205fc8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.ci/test.sh
.ci/test.sh
+2
-2
docs/.linkcheckerrc
docs/.linkcheckerrc
+2
-2
No files found.
.ci/test.sh
View file @
8eb3c3c6
...
...
@@ -146,8 +146,8 @@ if [[ $TASK == "check-docs" ]] || [[ $TASK == "check-links" ]]; then
make
-C
docs html
||
exit
1
if
[[
$TASK
==
"check-links"
]]
;
then
# check docs for broken links
pip
install
linkchecker
linkchecker
--config
=
.linkcheckerrc ./docs/_build/html/
*
.html
||
exit
1
pip
install
'
linkchecker
>=10.5.0'
linkchecker
--config
=
.
/docs/.
linkcheckerrc ./docs/_build/html/
*
.html
||
exit
1
exit
0
fi
# check the consistency of parameters' descriptions and other stuff
...
...
docs/.linkcheckerrc
View file @
8eb3c3c6
[checking]
maxrequestspersecond=1
maxrequestspersecond=
0.
1
recursionlevel=1
anchors=1
sslverify=0
threads=
1
threads=
4
[filtering]
ignore=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment