We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f7b5a8 + 21e3032 commit 4f4fb4fCopy full SHA for 4f4fb4f
1 file changed
source/conf.py
@@ -147,12 +147,16 @@
147
"https://anaconda.org",
148
"https://www.cisa.gov/sbom",
149
"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/.*",
153
]
154
linkcheck_retries = 5
155
# Ignore anchors for common targets when we know they likely won't be found
156
linkcheck_anchors_ignore_for_url = [
157
# GitHub synthesises anchors in JavaScript, so Sphinx can't find them in the HTML
158
r"https://github\.com/",
159
+ r"https://docs\.github\.com/",
160
# While PyPI has its botscraping defenses active, Sphinx can't resolve the anchors
161
# https://github.com/pypa/packaging.python.org/issues/1744
162
r"https://pypi\.org/",
0 commit comments