Update intersphinx url for request library

This commit is contained in:
Jakub Kuczys 2022-05-24 03:51:36 +02:00 committed by GitHub
parent 77baa06a99
commit 2ef7ae0778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ extlinks = {
intersphinx_mapping = {
'py': ('https://docs.python.org/3', None),
'aio': ('https://docs.aiohttp.org/en/stable/', None),
'req': ('https://docs.python-requests.org/en/latest/', None)
'req': ('https://requests.readthedocs.io/en/latest/', None)
}
rst_prolog = """