remove duplicate _snippets skip path

This commit is contained in:
Oliver Eggert
2026-06-09 10:54:22 -07:00
parent 80ed8c1ca1
commit f74cb952bf

View File

@@ -43,7 +43,6 @@ DEFAULT_SKIP_PATHS = [
"_code-samples", # Debatably, we might want to link-check the READMEs here
"_api-examples",
"_sources",
"_snippets",
"img",
]
MAX_RETRIES = 1 # Times to retry if a link doesn't work