From 3bcab310d60b373dca33457b0749ab7e01447f99 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:14:44 +0100 Subject: [PATCH] fix address --- sphinx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/conf.py b/sphinx/conf.py index cb1aa2851..f782405a2 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -215,7 +215,7 @@ linkcheck_ignore = [ # linux.die.net doesn't like our request headers - 'https?://linux.die.net/man/1/bash', + 'https?://linux.die.net/man/1/rsync', ]