Browse Source

Update intersphinx url for request library

pull/8066/head
Jakub Kuczys 3 years ago
committed by GitHub
parent
commit
2ef7ae0778
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/conf.py

2
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 = """

Loading…
Cancel
Save