Skip to content

Commit f7bcd0b

Browse files
swickbbhtt
authored andcommitted
conf: Ignore all FDO urls for linkcheck
Broken in GitHub actions, possibly FDO is blocking it: 418 Client Error: I'm a teapot for url: ...
1 parent b4a4e7e commit f7bcd0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163

164164
linkcheck_ignore = [
165165
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: ..."
166167
]
167168

168169
# -- Options for manual page output ---------------------------------------

0 commit comments

Comments
 (0)