diff --git a/docs/conf.py b/docs/conf.py index f3ca442084..d96ffe067f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -89,6 +89,7 @@ "matplotlib": ("https://matplotlib.org/stable/", None), "numpy": ("https://numpy.org/doc/stable/", None), "onnx": ("https://onnx.ai/onnx/", None), + "onnx_ir": ("https://onnx.ai/ir-py/", None), "onnxruntime": ("https://onnxruntime.ai/docs/api/python/", None), "scipy": ("https://docs.scipy.org/doc/scipy/", None), "torch": ("https://pytorch.org/docs/main/", None),