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
706f2af7
Unverified
Commit
706f2af7
authored
Jan 17, 2021
by
Nikita Titov
Committed by
GitHub
Jan 17, 2021
Browse files
[ci][docs] update linkchecker (#3773)
parent
f2695dab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/test.sh
.ci/test.sh
+1
-1
No files found.
.ci/test.sh
View file @
706f2af7
...
...
@@ -21,7 +21,7 @@ cd $BUILD_DIRECTORY
if
[[
$TASK
==
"check-docs"
]]
;
then
cd
$BUILD_DIRECTORY
/docs
conda
install
-q
-y
-n
$CONDA_ENV
-c
conda-forge doxygen
pip
install
--user
-r
requirements.txt
rstcheck git+git://github.com/linkchecker/linkchecker.git@b9390c9ef63f7e1e210b48bc7fe97f76e8d39501
pip
install
--user
-r
requirements.txt
linkchecker rstcheck
# check reStructuredText formatting
cd
$BUILD_DIRECTORY
/python-package
rstcheck
--report
warning
`
find
.
-type
f
-name
"*.rst"
`
||
exit
-1
...
...
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