From 2bbd599dfa920431d71af7fcc834e5e9abe4fa4a Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Wed, 17 Jun 2020 04:04:36 +0900 Subject: [PATCH] Resotre linkcheck with some excludes (#10634) --- docs/book.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/book.toml b/docs/book.toml index a9aeaeed3f..effc838668 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -8,3 +8,7 @@ create-missing = false [output.html] theme = "theme" + +[output.linkcheck] +# Exclude some special links and `README.md` which cause false-positive errors +exclude = [ 'http://192\.168\.1\.88', 'http://localhost', 'LATEST_SOLANA_RELEASE_VERSION', 'README\.md' ]