sphinx/tests/roots/test-linkcheck-documents_exclude/conf.py
James Addison 4eede5c534
[tests] Increase timeouts for linkcheck build tests. (#12166)
This is an attempt to resolve intermittent failures of the linkcheck tests currently occuring on the GitHub CI
2024-03-21 21:46:27 +01:00

7 lines
133 B
Python

exclude_patterns = ['_build']
linkcheck_exclude_documents = [
'^broken_link$',
'br[0-9]ken_link',
]
linkcheck_timeout = 0.25