From fdd319fe3ff921a2972a7e4b0684937cdf859398 Mon Sep 17 00:00:00 2001 From: eviau-artefactual Date: Tue, 2 Jul 2024 08:09:24 -0400 Subject: [PATCH] ignore scope.com for linkcheck --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index c523ff19..047b12aa 100644 --- a/conf.py +++ b/conf.py @@ -374,6 +374,7 @@ r'([(http:)(https:)]*(\/\/)*(192.168.168.192)(:)*[\d]*)', 'http://example.archivematica.org', 'http://myAtoM.ca', + 'https://scope.com', 'https://www.transifex.com/artefactual/archivematica/', r'([(http:)(https:)]*(\/\/)[\S]*(.)*(github.com)([\s\S])*((.md)[#][\w-]*))', # could be removed in future versions (version > 1.15)