Skip to content

Commit

Permalink
Update intersphinx link for requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed Nov 19, 2021
1 parent db4fc8a commit 0802c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def tag2version(tag):
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'python': ('https://docs.python.org/3.8', None),
'requests': ('https://requests.kennethreitz.org/en/master/', None),
'requests': ('https://docs.python-requests.org/en/master/', None),
}

autoclass_content = "class"
Expand Down

0 comments on commit 0802c50

Please sign in to comment.