We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1fe94 commit e794057Copy full SHA for e794057
1 file changed
docs/conf.py
@@ -162,8 +162,9 @@
162
]
163
164
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: ..."
+ r"https://www\.gnu\.org/.*", # Broken in GitHub actions
+ 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
169
170
linkcheck_request_headers = {
0 commit comments