Skip to content

Commit 63a0c56

Browse files
authored
Merge branch 'main' into order-handling
2 parents 1128c35 + d103619 commit 63a0c56

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
116116
Discussions = "https://github.com/zarr-developers/zarr-python/discussions"
117117
Documentation = "https://zarr.readthedocs.io/"
118118
Homepage = "https://github.com/zarr-developers/zarr-python"

0 commit comments

Comments
 (0)