Skip to content

Commit c59fc8d

Browse files
authored
Merge pull request #935 from miurahr/topic/miurahr/ci/linter-ignore-p7zip-url
chore(ci): Update linkcheck_ignore list in documentation configuration
2 parents b22c86d + 55e9f1b commit c59fc8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@
298298
#-- Options for linkcheck
299299
linkcheck_ignore = [r'https://github.com/miurahr/aqtinstall/compare/.+',
300300
'http://mirrors.tuna.tsinghua.edu.cn',
301-
'http://mirrors.geekpie.club/']
301+
'http://mirrors.geekpie.club/',
302+
'https://p7zip.sourceforge.net/']
302303

303304
locale_dirs=['locale/']

0 commit comments

Comments
 (0)