From 12ebd41473f4a07177f9983914f979ca4ec35c81 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Mon, 23 Dec 2024 16:01:58 -0800 Subject: [PATCH] Remove not working mathworks workaround --- docs/source/conf.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ec112d6..23fdfe1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -77,12 +77,5 @@ r"https://.*\.incf\.org/.*", # temporary ignore until SSL certificate issue is resolved ] -# some websites seem to block the sphinx link checker -linkcheck_request_headers = { - r'https://www.mathworks.com/': { - 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' - }, -} - # -- Build the nwb project analytics in the current directory build_project_analytics(target_dir=os.path.dirname(__file__))