From d724d181a92fec8cc6605432247772b3e7bbd2a1 Mon Sep 17 00:00:00 2001 From: Philipp A Date: Wed, 20 May 2026 19:01:41 +0200 Subject: [PATCH] Backport PR #4135: docs: update intersphinx URLs --- docs/conf.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d87ac0d0bb..462080f580 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -122,8 +122,8 @@ nb_merge_streams = True -ogp_site_url = "https://scanpy.readthedocs.io/en/stable/" -ogp_image = "https://scanpy.readthedocs.io/en/stable/_static/Scanpy_Logo_BrightFG.svg" +ogp_site_url = "https://scanpy.scverse.org/en/stable/" +ogp_image = f"{ogp_site_url}_static/Scanpy_Logo_BrightFG.svg" typehints_defaults = "braces" always_use_bars_union = True # Don’t use `Union` even when building with Python ≤3.14 @@ -134,17 +134,14 @@ katex_prerender = shutil.which(NODEJS_BINARY) is not None intersphinx_mapping = dict( - anndata=("https://anndata.readthedocs.io/en/stable/", None), + anndata=("https://anndata.scverse.org/en/stable/", None), bbknn=("https://bbknn.readthedocs.io/en/latest/", None), cuml=("https://docs.rapids.ai/api/cuml/stable/", None), cycler=("https://matplotlib.org/cycler/", None), dask=("https://docs.dask.org/en/stable/", None), dask_ml=("https://ml.dask.org/", None), decoupler=("https://decoupler.readthedocs.io/en/stable/", None), - fast_array_utils=( - "https://icb-fast-array-utils.readthedocs-hosted.com/en/stable/", - None, - ), + fast_array_utils=("https://fast-array-utils.scverse.org/en/stable/", None), h5py=("https://docs.h5py.org/en/stable/", None), zarr=("https://zarr.readthedocs.io/en/stable/", None), ipython=("https://ipython.readthedocs.io/en/stable/", None),