Browse Source
Update intersphinx url for request library
pull/8066/head
Jakub Kuczys
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/conf.py
|
|
@ -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 = """ |
|
|
|