Skip to content

Commit f3d6571

Browse files
committed
docs: add requests to intersphinx to find reference
1 parent 965420d commit f3d6571

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ def setup(app):
306306
intersphinx_mapping = {
307307
"python": ("https://docs.python.org/3/", None),
308308
"matplotlib": ("https://matplotlib.org/", None),
309+
"requests": ("https://requests.readthedocs.io/en/latest/", None),
309310
}
310311

311312
# check for :param / :return in html, points to faulty syntax, missing empty lines, etc.

0 commit comments

Comments
 (0)