Skip to content

Commit e4324cf

Browse files
committed
Chore: Make link checker ignore docs.docker.com
1 parent dbbf970 commit e4324cf

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
@@ -79,6 +79,8 @@
7979
r"https://www.npmjs.com/",
8080
# 2025-09-29: Phased out CrateDB 3.3 docs
8181
r"https://cratedb.com/docs/crate/reference/en/3.3/",
82+
# 403 Client Error: Forbidden for url
83+
r"https://docs.docker.com/",
8284
]
8385

8486
linkcheck_anchors_ignore_for_url += [

0 commit comments

Comments
 (0)