From bf2c74240932c430d6863dd716d14cad8b3f61b9 Mon Sep 17 00:00:00 2001 From: Filippo Bigi <98903385+frostedoyster@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:23:44 +0200 Subject: [PATCH] Metatensor intersphinx update (#333) --------- Co-authored-by: Guillaume Fraux --- docs/src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/conf.py b/docs/src/conf.py index 98c9d46eb..a0819459e 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -96,7 +96,7 @@ def setup(app): "ase": ("https://wiki.fysik.dtu.dk/ase/", None), "python": ("https://docs.python.org/3", None), "torch": ("https://pytorch.org/docs/stable/", None), - "metatensor": ("https://lab-cosmo.github.io/metatensor/latest/", None), + "metatensor": ("https://docs.metatensor.org/latest/", None), "omegaconf": ("https://omegaconf.readthedocs.io/en/latest/", None), "rascaline": ("https://luthaf.fr/rascaline/latest/", None), }