From 9485ba36a6ee317dd04fad06e5779e5941dbe689 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:58:15 +0100 Subject: [PATCH] copy ignoring of linux.die.net linkcheck failures --- sphinx/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sphinx/conf.py b/sphinx/conf.py index a6b0798bfc..cb1aa28517 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/bash', +] + def setup(app): # set the html_static_path in an extension so as not to conflict with