This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
sphinx
Watch
3
Star
0
Fork
0
You've already forked sphinx
mirror of
https://github.com/sphinx-doc/sphinx.git
synced
2025-02-25 18:55:22 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d59b158371
sphinx
/
tests
/
roots
/
test-linkcheck-raw-node
/
conf.py
3 lines
55 B
Python
Raw
Normal View
History
Unescape
Escape
Speed up ``test_linkcheck``
2022-09-10 11:26:41 -05:00
exclude_patterns
=
[
'
_build
'
]
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 11:09:35 -05:00
linkcheck_timeout
=
0.05
Reference in New Issue
Copy Permalink