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.