Skip to content

Commit e8df741

Browse files
committed
docs: exclude sourceforge URLs from linkcheck.
1 parent eadcfd3 commit e8df741

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
r"^http://127\.0\.0\.1:8000$",
6969
# Picked up automatically by ReST and doesn't have an index.
7070
r"^https://amaranth-lang\.org/schema/$",
71+
# Rejects requests from GHA infra.
72+
r"^https://.+\.sourceforge\.net/"
7173
]
7274

7375
linkcheck_anchors_ignore_for_url = [

0 commit comments

Comments
 (0)