From 1aa97b0f10aa2a1bc17f9c3114886f4a31105f65 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Sun, 3 Nov 2024 17:05:08 +0000 Subject: [PATCH] Ignore link with anchor --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 658f0416..e9eee2ca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,4 +66,6 @@ # Please add links here that do not pass the "make checklinks" check. # A little context on the reason for ignoring is greatly appreciated! -linkcheck_ignore = [] \ No newline at end of file +linkcheck_ignore = [ + # Anchors are picked up as broken + r"https://github.com/abiosoft/colima?tab=readme-ov-file#installation",] \ No newline at end of file