From ed9404c36d83709a0c3f036132cd747e239dfa6b Mon Sep 17 00:00:00 2001 From: Naruto TAKAHASHI Date: Sun, 13 Sep 2026 13:38:17 +0900 Subject: [PATCH] docs: bump zensical to 0.0.61 0.0.61 is a redirects release: anchor redirects, redirect chains resolved and cycles rejected, so a renamed heading or a split page can keep the links pointing at it. The redirects plugin is declared here but its map is empty -- nothing has shipped from this site to redirect yet -- so none of it fires. The rest of the release loosens two compat validators, for autorefs settings and for search, and moves the bundled UI to 0.0.29. Checked by building both locales with 0.0.60 and again with 0.0.61 and comparing every file, rather than by reading the release notes: 19 pages per locale, and once the generator meta, the bundle hash and one new __config key are normalised away, every page is identical. No content, heading, anchor or URL moves. search.json, ja/search.json, sitemap.xml, ja/sitemap.xml, objects.inv and ja/objects.inv are byte-identical. Both locales still build --strict with no new warnings, and dependencies and requires-python are unchanged from 0.0.60. What the build gains is redirect.json and ja/redirect.json, each holding {} until a redirect_maps entry exists, and the "redirect" key in every page's __config that points at them. That is the client half of anchor redirects, inert while the map is empty. --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7d59279..eb1a1c0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1 @@ -zensical==0.0.60 +zensical==0.0.61