Skip to content

Commit

Permalink
Update Intersphinx links for requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed May 30, 2022
1 parent e9ea55b commit bf76623
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 @@ -380,7 +380,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://docs.python-requests.org/en/master/', None),
'requests': ('https://requests.readthedocs.io/en/latest/', None),
}

autoclass_content = "class"
Expand Down

0 comments on commit bf76623

Please sign in to comment.