File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 147
147
"https://anaconda.org" ,
148
148
"https://www.cisa.gov/sbom" ,
149
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/.*" ,
150
153
]
151
154
linkcheck_retries = 5
152
155
# Ignore anchors for common targets when we know they likely won't be found
153
156
linkcheck_anchors_ignore_for_url = [
154
157
# GitHub synthesises anchors in JavaScript, so Sphinx can't find them in the HTML
155
158
r"https://github\.com/" ,
159
+ r"https://docs\.github\.com/" ,
156
160
# While PyPI has its botscraping defenses active, Sphinx can't resolve the anchors
157
161
# https://github.com/pypa/packaging.python.org/issues/1744
158
162
r"https://pypi\.org/" ,
You can’t perform that action at this time.
0 commit comments