From 8a4e658418d11d86fb88780166e7e6231e553230 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Thu, 2 Jan 2025 17:33:57 -0800 Subject: [PATCH] Ignore mathworks URLs --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 23fdfe1..9c67fd0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -75,6 +75,7 @@ linkcheck_ignore = [ "https://crates.io/crates/nwbview", r"https://.*\.incf\.org/.*", # temporary ignore until SSL certificate issue is resolved + "https://www.mathworks.com/.*", # ignore because linkchecker receives 403 error no matter what we try ] # -- Build the nwb project analytics in the current directory