From 1c8dc443f50ad45a5965c95af884e44497170bf2 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Sun, 22 Dec 2024 16:25:54 -0800 Subject: [PATCH] Fix broken hdmf-zarr doc links --- docs/source/conf_extlinks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf_extlinks.py b/docs/source/conf_extlinks.py index f2059aa..e80a135 100644 --- a/docs/source/conf_extlinks.py +++ b/docs/source/conf_extlinks.py @@ -30,7 +30,7 @@ 'nwb-schema-src': ('https://github.com/NeurodataWithoutBorders/nwb-schema/%s', '%s'), 'hdmf-common-schema-docs': ('https://hdmf-common-schema.readthedocs.io/en/stable/%s', '%s'), 'hdmf-common-schema-src': ('https://github.com/hdmf-dev/hdmf-common-schema/%s', '%s'), - 'hdmf-z-docs': ('https://hdmf-zarr.readthedocs.io/en/latest/%s', '%s'), + 'hdmf-z-docs': ('https://hdmf-zarr.readthedocs.io/en/stable/%s', '%s'), 'hdmf-z-src': ('https://github.com/hdmf-dev/hdmf-zarr/%s', '%s'), 'nwb-github-org': ('https://github.com/NeurodataWithoutBorders/%s', '%s'), 'hdmf-github-org': ('https://github.com/hdmf-dev/%s', '%s'), @@ -66,7 +66,7 @@ 'matplotlib': ('https://matplotlib.org/stable/', None), 'h5py': ('https://docs.h5py.org/en/latest/', None), 'hdmf': ('https://hdmf.readthedocs.io/en/stable/', None), - 'hdmf-z': ('https://hdmf-zarr.readthedocs.io/en/latest/', None), + 'hdmf-z': ('https://hdmf-zarr.readthedocs.io/en/stable/', None), 'pynwb': ('https://pynwb.readthedocs.io/en/stable/', None), 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), 'neuroconv': ('https://neuroconv.readthedocs.io/en/main/', None),