Skip to content

Commit

Permalink
linux.die.net anti crawler settings cause linkcheck failure (#2733)
Browse files Browse the repository at this point in the history
copy ignoring of linux.die.net linkcheck failures
  • Loading branch information
wxtim authored Oct 23, 2023
1 parent 1d1722c commit ad9c2d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@
# How to display URL addresses: 'footnote', 'no', or 'inline'.
# texinfo_show_urls = 'footnote'

linkcheck_ignore = [
# linux.die.net doesn't like our request headers
'https?://linux.die.net/man/1/rsync',
]


def setup(app):
# set the html_static_path in an extension so as not to conflict with
Expand Down

0 comments on commit ad9c2d6

Please sign in to comment.