mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
This is an attempt to resolve intermittent failures of the linkcheck tests currently occuring on the GitHub CI
7 lines
133 B
Python
7 lines
133 B
Python
exclude_patterns = ['_build']
|
|
linkcheck_exclude_documents = [
|
|
'^broken_link$',
|
|
'br[0-9]ken_link',
|
|
]
|
|
linkcheck_timeout = 0.25
|