From 81bd7b94ceb7e0d8aad0033e36c92d1de4862aba Mon Sep 17 00:00:00 2001 From: WXTIM <26465611+wxtim@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:06:21 +0100 Subject: [PATCH] exclude linkcheck failures --- src/conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/conf.py b/src/conf.py index d45a8b9c8d..b18b4a693b 100644 --- a/src/conf.py +++ b/src/conf.py @@ -146,9 +146,8 @@ '-Nfontname=sans'] linkcheck_ignore = [ - # linkcheck has trouble handling GH anchors - r'https://github.com/.*#.*', - r'https://linux.die.net/.*' + 'https?://linux.die.net/man/1/bash', + 'https?://github.com/.*#.*', ] nitpick_ignore_regex = [