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