From ca5f347226dc89046e077f2e98f6900fcbccab33 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Mon, 9 Dec 2024 11:55:26 -0800 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3038bee..1fdc28a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -74,7 +74,7 @@ # these links cannot be checked in github actions linkcheck_ignore = [ "https://crates.io/crates/nwbview", - r"https://*.incf.org/*", # temporary ignore until SSL certificate issue is resolved + r"https://.*\.incf\.org/.*", # temporary ignore until SSL certificate issue is resolved ]