Skip to content

Commit

Permalink
Add linkcheck authorization for webdav.club1.fr
Browse files Browse the repository at this point in the history
  • Loading branch information
n-peugnet committed May 20, 2024
1 parent 1b9c9f0 commit f1240e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f1240e1

Please sign in to comment.