Disable anchor checking for GitHub

This commit is contained in:
Michal Nowak
2025-01-27 09:42:47 +00:00
parent bd3b24ab7a
commit c429cfa3b2
+5
View File
@@ -227,6 +227,11 @@ linkcheck_ignore = [
"https://www.godaddy.com",
"https://www.icann.org",
]
# Anchors checking does not work for GitHub, see
# https://github.com/pypa/packaging.python.org/issues/1272.
linkcheck_anchors_ignore_for_url = [
"https://.*github.*",
]
#
# The rst_epilog will be completely overwritten from the Makefile,