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