Files
sphinx/tests/roots/test-linkcheck-documents_exclude/conf.py
2021-12-08 10:01:45 +01:00

6 lines
108 B
Python

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