diff --git a/doc/conf.py b/doc/conf.py index 2139e82e07..680eecd7fb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -144,6 +144,10 @@ "https://github.com/mr-ubik/tensorflow-intersphinx/raw/master/tf2_py_objects.inv", ), "ase": ("https://wiki.fysik.dtu.dk/ase/", None), + "torch": ("https://pytorch.org/docs/master/", None), + "dargs": ("https://docs.deepmodeling.com/projects/dargs/en/stable/", None), + "h5py": ("https://docs.h5py.org/en/latest/", None), + "array_api_compat": ("https://data-apis.org/array-api-compat/", None), } numpydoc_xref_param_type = True