We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0328656 commit e10b69dCopy full SHA for e10b69d
docs/conf.py
@@ -91,7 +91,7 @@ def skip_submodules(
91
92
# General information about the project.
93
project = "zarr"
94
-copyright = "2024, Zarr Developers"
+copyright = "2025, Zarr Developers"
95
author = "Zarr Developers"
96
97
version = get_version("zarr")
@@ -181,6 +181,7 @@ def skip_submodules(
181
],
182
"collapse_navigation": True,
183
"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>",
185
}
186
187
# Add any paths that contain custom themes here, relative to this directory.
0 commit comments