Skip to content

Commit 4f4fb4f

Browse files
authored
Merge branch 'main' into ww/pep792
2 parents 8f7b5a8 + 21e3032 commit 4f4fb4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,16 @@
147147
"https://anaconda.org",
148148
"https://www.cisa.gov/sbom",
149149
"https://developers.redhat.com/products/softwarecollections/overview",
150+
r"https://math-atlas\.sourceforge\.net/?",
151+
r"https://click\.palletsprojects\.com/.*",
152+
r"https://typer\.tiangolo\.com/.*",
150153
]
151154
linkcheck_retries = 5
152155
# Ignore anchors for common targets when we know they likely won't be found
153156
linkcheck_anchors_ignore_for_url = [
154157
# GitHub synthesises anchors in JavaScript, so Sphinx can't find them in the HTML
155158
r"https://github\.com/",
159+
r"https://docs\.github\.com/",
156160
# While PyPI has its botscraping defenses active, Sphinx can't resolve the anchors
157161
# https://github.com/pypa/packaging.python.org/issues/1744
158162
r"https://pypi\.org/",

0 commit comments

Comments
 (0)