sphinx/tests/roots/test-linkcheck-localserver-https/conf.py
James Addison c9d0933e5d
linkcheck: Use context managers for HTTP requests (#11318)
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>
2023-05-09 17:09:35 +01:00

3 lines
55 B
Python

exclude_patterns = ['_build']
linkcheck_timeout = 0.05