@@ -71,7 +71,7 @@ def skip_submodules(
7171      ) ->  bool :
7272    # Skip documenting zarr.codecs submodules 
7373    # codecs are documented in the main zarr.codecs namespace 
74-     if  what  ==  "module"  and  name .startswith ("zarr.codecs." ):
74+     if  what  ==  "module"  and  name .startswith ("zarr.codecs." )  or   name . startswith ( "zarr.core" ) :
7575        skip  =  True 
7676    return  skip 
7777
@@ -91,7 +91,7 @@ def skip_submodules(
9191
9292# General information about the project. 
9393project  =  "zarr" 
94- copyright  =  "2024 , Zarr Developers" 
94+ copyright  =  "2025 , Zarr Developers" 
9595author  =  "Zarr Developers" 
9696
9797version  =  get_version ("zarr" )
@@ -105,10 +105,10 @@ def skip_submodules(
105105     "license" : "https://github.com/zarr-developers/zarr-python/blob/main/LICENSE.txt" ,
106106     "tutorial" : "user-guide" ,
107107     "getting-started" : "quickstart" ,
108-      "release" : "developers/release.html" ,
109108     "roadmap" : "developers/roadmap.html" ,
110109     "installation" : "user-guide/installation.html" ,
111-      "api" : "api/zarr/index" 
110+      "api" : "api/zarr/index" ,
111+      "release" : "release-notes" 
112112}
113113
114114# The language for content autogenerated by Sphinx. Refer to documentation 
@@ -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