File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,8 @@ def skip_submodules(
105105 "roadmap" : "developers/roadmap.html" ,
106106 "installation" : "user-guide/installation.html" ,
107107 "api" : "api/zarr/index" ,
108- "release" : "release-notes"
108+ "release" : "release-notes.html" ,
109+ "release-notes" : "release-notes.html"
109110}
110111
111112# The language for content autogenerated by Sphinx. Refer to documentation
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ docs = [
112112
113113[project .urls ]
114114"Bug Tracker" = " https://github.com/zarr-developers/zarr-python/issues"
115- Changelog = " https://zarr.readthedocs.io/en/stable/release.html"
115+ Changelog = " https://zarr.readthedocs.io/en/stable/release-notes .html"
116116Discussions = " https://github.com/zarr-developers/zarr-python/discussions"
117117Documentation = " https://zarr.readthedocs.io/"
118118Homepage = " https://github.com/zarr-developers/zarr-python"
You can’t perform that action at this time.
0 commit comments