From 8a66a138aaed9d3667f025133954d906058db495 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Wed, 13 Nov 2024 05:26:04 +0100 Subject: [PATCH] Exclude https://twiki.cern.ch/ from link check --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 3bf6afde..295d6dae 100644 --- a/conf.py +++ b/conf.py @@ -28,6 +28,7 @@ linkcheck_ignore += [ r'https://groups\.cern\.ch/group/lhcb-distributed-analysis/default\.aspx', # 403 error, requires a login r'https://lhcb-doxygen\.web\.cern\.ch/.*', # 403 error, requires a login + r'https://twiki.cern.ch/.*', # most pages now require a login ] starterkit_ci_redirects['first-analysis-steps/index.html'] = 'https://lhcb.github.io/starterkit-lessons/first-analysis-steps/README.html'