From f1240e19b9fcd0d2f0d450b5e9cdcd977cdc9a05 Mon Sep 17 00:00:00 2001 From: Nicolas Peugnet Date: Mon, 20 May 2024 15:30:16 +0200 Subject: [PATCH] Add linkcheck authorization for webdav.club1.fr --- conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf.py b/conf.py index feb2af6c..08dbbb97 100644 --- a/conf.py +++ b/conf.py @@ -317,6 +317,10 @@ r'https://manpages\.debian\.org/.*': r'https://manpages\.debian\.org/.*', } +linkcheck_auth = [ + (r'https://webdav\.club1\.fr.*', ('anonymous', 'anonymous')), +] + # Set small timeout for broken links. linkcheck_timeout = 20