Skip to content

Commit d45050b

Browse files
authored
docs: Enable Intersphinx links to nitypes
1 parent 0b7c6f1 commit d45050b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def setup(sphinx):
8080
"https://measurement-plugin-python.readthedocs.io/en/latest/",
8181
None,
8282
),
83+
"nitypes": ("https://nitypes.readthedocs.io/en/latest/", None),
8384
"numpy": ("https://numpy.org/doc/stable/", None),
8485
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
8586
"python": ("https://docs.python.org/3", None),

0 commit comments

Comments
 (0)