Skip to content

Commit 5b3ea7e

Browse files
authored
docs: Enable Intersphinx links to nitypes (#77)
* docs: Enable Intersphinx links to nitypes * docs: Remove a TODO
1 parent 0b7c6f1 commit 5b3ea7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ def setup(sphinx):
7373
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
7474

7575

76-
# TODO: AB#3120159 - Update nipanel intersphinx mapping for nitypes
7776
intersphinx_mapping = {
7877
"grpc": ("https://grpc.github.io/grpc/python/", None),
7978
"measurement-plugin-python": (
8079
"https://measurement-plugin-python.readthedocs.io/en/latest/",
8180
None,
8281
),
82+
"nitypes": ("https://nitypes.readthedocs.io/en/latest/", None),
8383
"numpy": ("https://numpy.org/doc/stable/", None),
8484
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
8585
"python": ("https://docs.python.org/3", None),

0 commit comments

Comments
 (0)