Skip to content

Commit e794057

Browse files
committed
conf: Ignore gitlab.gnome.org links
1 parent 6d1fe94 commit e794057

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,9 @@
162162
]
163163

164164
linkcheck_ignore = [
165-
r"https://www\.gnu\.org/.*", # Broken in GitHub actions
166-
r"https://www\.freedesktop\.org/.*", # Uses Anubis so get "418 Client Error: I'm a teapot for url: ..."
165+
r"https://www\.gnu\.org/.*", # Broken in GitHub actions
166+
r"https://www\.freedesktop\.org/.*", # Uses Anubis so get "418 Client Error: I'm a teapot for url: ..."
167+
r"https://gitlab\.gnome\.org/.*", # 406 probably due to Anubis
167168
]
168169

169170
linkcheck_request_headers = {

0 commit comments

Comments
 (0)