Skip to content

Commit

Permalink
Linkcheck: ignore some broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 8, 2024
1 parent ed064be commit 4e817f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e817f2

Please sign in to comment.