From 55e9f1b8c727659bc19c4fd007edbd3d0c80825c Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Tue, 29 Jul 2025 15:24:43 +0900 Subject: [PATCH] chore(ci): Update linkcheck_ignore list in documentation configuration - Added 'https://p7zip.sourceforge.net/' to ignored links. Signed-off-by: Hiroshi Miura --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f2bea7b..b5538c4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -298,6 +298,7 @@ extlinks = {'issue': ('https://github.com/miurahr/aqtinstall/issues/%s', #-- Options for linkcheck linkcheck_ignore = [r'https://github.com/miurahr/aqtinstall/compare/.+', 'http://mirrors.tuna.tsinghua.edu.cn', - 'http://mirrors.geekpie.club/'] + 'http://mirrors.geekpie.club/', + 'https://p7zip.sourceforge.net/'] locale_dirs=['locale/']