Skip to content

Commit e10b69d

Browse files
authored
doc: add release announcement banner (#2677)
1 parent 0328656 commit e10b69d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def skip_submodules(
9191

9292
# General information about the project.
9393
project = "zarr"
94-
copyright = "2024, Zarr Developers"
94+
copyright = "2025, Zarr Developers"
9595
author = "Zarr Developers"
9696

9797
version = get_version("zarr")
@@ -181,6 +181,7 @@ def skip_submodules(
181181
],
182182
"collapse_navigation": True,
183183
"navigation_with_keys": False,
184+
"announcement": "Zarr-Python 3 is here! Check out the release announcement <a href='https://zarr.dev/blog/zarr-python-3-release/'>here.</a>",
184185
}
185186

186187
# Add any paths that contain custom themes here, relative to this directory.

0 commit comments

Comments
 (0)