We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ae491 commit 4e1ac19Copy full SHA for 4e1ac19
docs/conf.py
@@ -68,6 +68,8 @@
68
r"^http://127\.0\.0\.1:8000$",
69
# Picked up automatically by ReST and doesn't have an index.
70
r"^https://amaranth-lang\.org/schema/$",
71
+ # Rejects requests from GHA infra.
72
+ r"^https://.+\.sourceforge\.net/"
73
]
74
75
linkcheck_anchors_ignore_for_url = [
0 commit comments