mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
This closes HTTP responses when no content reads are required, as when requests are made in streaming mode, ``requests`` doesn't know whether the caller may intend to later read content from a streamed HTTP response object and holds the socket open. Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
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.05
|