From 6eeceade7850662e647ec03b8ae8885489a77348 Mon Sep 17 00:00:00 2001 From: Filippo Bigi <98903385+frostedoyster@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:27:52 +0200 Subject: [PATCH 1/2] Metatensor intersphinx update --- 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..f3b6e316d 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://metatensor.github.io/metatensor/latest/", None), "omegaconf": ("https://omegaconf.readthedocs.io/en/latest/", None), "rascaline": ("https://luthaf.fr/rascaline/latest/", None), } From fc148c773ae5ec91f296be597a58b4c1c811224f Mon Sep 17 00:00:00 2001 From: Filippo Bigi <98903385+frostedoyster@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:14:20 +0200 Subject: [PATCH 2/2] Update docs/src/conf.py 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 f3b6e316d..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://metatensor.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), }