Skip to content

Commit 967be4f

Browse files
authored
docs: fix intersphinx link for 'requests-oauthlib' (#921)
Closes #920.
1 parent e756f08 commit 967be4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,10 @@
363363
"python": ("https://docs.python.org/3.5", None),
364364
"urllib3": ("https://urllib3.readthedocs.io/en/stable", None),
365365
"requests": ("https://requests.kennethreitz.org/en/master/", None),
366-
"requests-oauthlib": ("https://requests-oauthlib.readthedocs.io/en/stable/", None),
366+
"requests-oauthlib": (
367+
"https://requests-oauthlib.readthedocs.io/en/v1.3.0-docs/",
368+
None,
369+
),
367370
}
368371

369372
# Autodoc config

0 commit comments

Comments
 (0)