summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-linkcheck-documents_exclude/conf.py
blob: 52388f93af091401d366ed3b48b6cd35a664f94f (plain)
1
2
3
4
5
6
exclude_patterns = ['_build']
linkcheck_exclude_documents = [
    '^broken_link$',
    'br[0-9]ken_link',
]
linkcheck_timeout = 0.05