"src/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "45dd49ec0d8e3bbea7adbf855bb48f261739cf21"
Unverified Commit 706f2af7 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci][docs] update linkchecker (#3773)

parent f2695dab
...@@ -21,7 +21,7 @@ cd $BUILD_DIRECTORY ...@@ -21,7 +21,7 @@ cd $BUILD_DIRECTORY
if [[ $TASK == "check-docs" ]]; then if [[ $TASK == "check-docs" ]]; then
cd $BUILD_DIRECTORY/docs cd $BUILD_DIRECTORY/docs
conda install -q -y -n $CONDA_ENV -c conda-forge doxygen 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 # check reStructuredText formatting
cd $BUILD_DIRECTORY/python-package cd $BUILD_DIRECTORY/python-package
rstcheck --report warning `find . -type f -name "*.rst"` || exit -1 rstcheck --report warning `find . -type f -name "*.rst"` || exit -1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment