We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e794057 commit 5a25a32Copy full SHA for 5a25a32
1 file changed
docs/conf.py
@@ -165,6 +165,7 @@
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
168
+ r"https?://launchpad\.net/.*", # Timeout in GitHub actions
169
]
170
171
linkcheck_request_headers = {
0 commit comments