From 2ac172c600cafce495f146b90e9e47526d97bf71 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Tue, 23 Apr 2024 12:12:50 +0100 Subject: [PATCH] Exclude some broken links --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index f07855f..f4c215b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,6 +50,9 @@ r"https://www.turing.ac.uk/.*", r"https://www.hpe.com/.*", r"https://csrc.nist.gov/.*", + # Currently down + r"https://www.goldacrereview.org/", + r"https://www.rd-alliance.org/trusted-research-environments-sensitive-data-fairness-closed-data-and-processes", ] # These pages use in-page JavaScript anchors which aren't seen by the link checker