From b3f7c31de4bd6adf0eccc21cae882ab7a562d382 Mon Sep 17 00:00:00 2001 From: Doug Latornell Date: Tue, 19 Nov 2024 14:29:11 -0800 Subject: [PATCH] Update OceanParcels doc URL in Sphinx configuration Change the intersphinx mapping for OceanParcels to its new documentation URL. This ensures references to OceanParcels documentation are correctly resolved during the build process. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3fc8561..766b385 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ intersphinx_mapping = { "moaddocs": ("https://ubc-moad-docs.readthedocs.io/en/latest/", None), "numpy": ("https://numpy.org/doc/stable/", None), - "oceanparcels": ("https://oceanparcels.org/gh-pages/html/", None), + "oceanparcels": ("https://docs.oceanparcels.org/en/latest/", None), } # Add any paths that contain templates here, relative to this directory.