From 093a08d610424cd289c9d5d6c9177f70a838f4e6 Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Thu, 9 Jan 2025 07:26:29 -0800 Subject: [PATCH] doc: add release announcement banner --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 22d24c3515..75584566c6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -91,7 +91,7 @@ def skip_submodules( # General information about the project. project = "zarr" -copyright = "2024, Zarr Developers" +copyright = "2025, Zarr Developers" author = "Zarr Developers" version = get_version("zarr") @@ -181,6 +181,7 @@ def skip_submodules( ], "collapse_navigation": True, "navigation_with_keys": False, + "announcement": "Zarr-Python 3 is here! Check out the release announcement here.", } # Add any paths that contain custom themes here, relative to this directory.