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