We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7c6f1 commit 5b3ea7eCopy full SHA for 5b3ea7e
docs/conf.py
@@ -73,13 +73,13 @@ def setup(sphinx):
73
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
74
75
76
-# TODO: AB#3120159 - Update nipanel intersphinx mapping for nitypes
77
intersphinx_mapping = {
78
"grpc": ("https://grpc.github.io/grpc/python/", None),
79
"measurement-plugin-python": (
80
"https://measurement-plugin-python.readthedocs.io/en/latest/",
81
None,
82
),
+ "nitypes": ("https://nitypes.readthedocs.io/en/latest/", None),
83
"numpy": ("https://numpy.org/doc/stable/", None),
84
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
85
"python": ("https://docs.python.org/3", None),
0 commit comments