sphinx/tests/roots/test-linkcheck-documents_exclude/conf.py
2023-03-24 00:29:27 +00:00

7 lines
133 B
Python

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