From 07f2ba5517edeb4319c497bcc0f70157025158a0 Mon Sep 17 00:00:00 2001 From: Luo Tao Date: Tue, 19 Dec 2017 17:59:11 +0800 Subject: [PATCH] reopen linkchecker for checking broken links in websites --- paddle/scripts/travis/build_doc.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/paddle/scripts/travis/build_doc.sh b/paddle/scripts/travis/build_doc.sh index ff0bac6a074..0db8d33bbcb 100755 --- a/paddle/scripts/travis/build_doc.sh +++ b/paddle/scripts/travis/build_doc.sh @@ -14,9 +14,8 @@ make -j `nproc` print_operators_doc paddle/pybind/print_operators_doc > doc/en/html/operators.json # check websites for broken links -# It will be failed now! -#linkchecker doc/en/html/index.html -#linkchecker doc/cn/html/index.html +linkchecker doc/en/html/index.html +linkchecker doc/cn/html/index.html # Parse Github URL REPO=`git config remote.origin.url` -- GitLab