Skip to content

Commit

Permalink
docs: fix intersphinx link for 'requests-oauthlib' (#921)
Browse files Browse the repository at this point in the history
Closes #920.
  • Loading branch information
tseaver committed Nov 18, 2021
1 parent e756f08 commit 967be4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,10 @@
"python": ("https://docs.python.org/3.5", None),
"urllib3": ("https://urllib3.readthedocs.io/en/stable", None),
"requests": ("https://requests.kennethreitz.org/en/master/", None),
"requests-oauthlib": ("https://requests-oauthlib.readthedocs.io/en/stable/", None),
"requests-oauthlib": (
"https://requests-oauthlib.readthedocs.io/en/v1.3.0-docs/",
None,
),
}

# Autodoc config
Expand Down

0 comments on commit 967be4f

Please sign in to comment.