Skip to content

Commit 2bca9c0

Browse files
committed
add intersphinx ref
1 parent 997ec78 commit 2bca9c0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
.. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py)
55
.. use this format as the module name: "adafruit_foo.foo"
66
7-
.. automodule:: adafruit_circuitpython_typing
7+
.. automodule:: circuitpython_typing
88
:members:
99

10-
.. automodule:: adafruit_circuitpython_typing.socket
10+
.. automodule:: circuitpython_typing.socket
1111
:members:

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
intersphinx_mapping = {
3232
"python": ("https://docs.python.org/3", None),
3333
"CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
34+
"Adafruit_CircuitPython_Requests": (
35+
"https://docs.circuitpython.org/projects/requests/en/latest/",
36+
None,
37+
),
3438
}
3539

3640
# Show the docstring from both the class and its __init__() method.

0 commit comments

Comments
 (0)