From 4e817f2717b3b46d538915d5779f7c12cc28215d Mon Sep 17 00:00:00 2001 From: Simon Li Date: Tue, 8 Oct 2024 17:46:22 +0100 Subject: [PATCH] Linkcheck: ignore some broken links --- docs/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ccbee68..1a915e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,13 @@ r"https://www.turing.ac.uk/.*", r"https://www.hpe.com/.*", r"https://csrc.nist.gov/.*", - # Currently down + r"https://digital.nhs.uk/services/secure-data-environment-service", + # Redirects to Confluence which seems to block the linkchecker + r"https://www.dundee.ac.uk/corporate-information/standard-operating-procedures-hic", + # Currently down or broken r"https://www.goldacrereview.org/", r"https://www.rd-alliance.org/trusted-research-environments-sensitive-data-fairness-closed-data-and-processes", + r"https://www.datashield.org/about/about-datashield-collated", ] # These pages use in-page JavaScript anchors which aren't seen by the link checker