Skip to content

Commit 7d4beb4

Browse files
committed
Chore: Fix link checker. qz.surister.dev has a timeout.
1 parent 9227a39 commit 7d4beb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@
8484
r"https://docs.docker.com/",
8585
# 500 Server Error: Internal Server Error
8686
r"https://aiven.io/",
87+
# HTTPSConnectionPool(host='qz.surister.dev', port=443): Read timed out. (read timeout=15)
88+
r"https://qz.surister.dev/",
8789
]
8890

8991
linkcheck_anchors_ignore_for_url += [

0 commit comments

Comments
 (0)