mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
intersphinx: Use non-streaming `requests.get()
`
This commit is contained in:
parent
121181ae88
commit
1a6672cb78
@ -340,7 +340,6 @@ def _fetch_inventory_url(
|
||||
try:
|
||||
with requests.get(
|
||||
inv_location,
|
||||
stream=True,
|
||||
timeout=config.intersphinx_timeout,
|
||||
_user_agent=config.user_agent,
|
||||
_tls_info=(config.tls_verify, config.tls_cacerts),
|
||||
|
Loading…
Reference in New Issue
Block a user