diff --git a/sphinx/conf.py b/sphinx/conf.py index a6b0798bf..f782405a2 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -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