Skip to content

Commit d710491

Browse files
committed
Temporarily ignore youtube playlists from linkcheck
1 parent ea9618c commit d710491

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
@@ -93,6 +93,7 @@
9393
r"https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-version-10-0", # volto
9494
# Ignore unreliable sites
9595
r"https://web.archive.org/", # volto
96+
r"https://www.youtube.com/playlist", # volto, TODO uncomment after installing sphinxcontrib.youtube
9697
]
9798
linkcheck_anchors = True
9899
linkcheck_timeout = 5

0 commit comments

Comments
 (0)