Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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 <a href='https://zarr.dev/blog/zarr-python-3-release/'>here.</a>",
}

# Add any paths that contain custom themes here, relative to this directory.
Expand Down
Loading