From 8e81618416731bc66daa96af7c7490e0fb6f79ff Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Mon, 25 Nov 2024 10:43:32 +0000 Subject: [PATCH] Ignore linkcheck failure --- docs/source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index f366324..53a3965 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -72,6 +72,10 @@ linkcheck_anchors_ignore_for_url = [ "https://neuroinformatics.zulipchat.com/" ] +linkcheck_ignore = [ + "https://opensource.org", + ] + # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.