We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9618c commit d710491Copy full SHA for d710491
docs/conf.py
@@ -93,6 +93,7 @@
93
r"https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-version-10-0", # volto
94
# Ignore unreliable sites
95
r"https://web.archive.org/", # volto
96
+ r"https://www.youtube.com/playlist", # volto, TODO uncomment after installing sphinxcontrib.youtube
97
]
98
linkcheck_anchors = True
99
linkcheck_timeout = 5
0 commit comments