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