Skip to content

Commit d1ac65f

Browse files
andresailerchaen
authored andcommitted
docs: add requests to intersphinx to find reference
1 parent 3494993 commit d1ac65f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)