Skip to content

Commit 7a86547

Browse files
authored
Add sphinx inter link to onnx_ir (#2415)
So that onnx ir reference can be accessed from the documentation.
1 parent b7a7e14 commit 7a86547

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
@@ -89,6 +89,7 @@
8989
"matplotlib": ("https://matplotlib.org/stable/", None),
9090
"numpy": ("https://numpy.org/doc/stable/", None),
9191
"onnx": ("https://onnx.ai/onnx/", None),
92+
"onnx_ir": ("https://onnx.ai/ir-py/", None),
9293
"onnxruntime": ("https://onnxruntime.ai/docs/api/python/", None),
9394
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
9495
"torch": ("https://pytorch.org/docs/main/", None),

0 commit comments

Comments
 (0)