Skip to content

Commit 5a25a32

Browse files
committed
conf: Ignore launchpad.net links
Times out in GitHub CI
1 parent e794057 commit 5a25a32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
r"https://www\.gnu\.org/.*", # Broken in GitHub actions
166166
r"https://www\.freedesktop\.org/.*", # Uses Anubis so get "418 Client Error: I'm a teapot for url: ..."
167167
r"https://gitlab\.gnome\.org/.*", # 406 probably due to Anubis
168+
r"https?://launchpad\.net/.*", # Timeout in GitHub actions
168169
]
169170

170171
linkcheck_request_headers = {

0 commit comments

Comments
 (0)