From 6668276f0ac9873ad15726eca1ed7261ab4fcde1 Mon Sep 17 00:00:00 2001 From: youjin Date: Thu, 14 May 2026 16:59:51 +0800 Subject: [PATCH] [hotfix][docs] Revert accidental hugo-book submodule bump from #628 The docs/themes/book pointer was unintentionally moved from a486adf8 to 4018d4b5 as part of PR #628 (Fluss ActionStateStore), unrelated to its scope. The new pinned hugo-book commit requires Hugo >= 0.158.0, but docs/setup_hugo.sh pins Hugo extended to 0.110.0, so the nightly Build Documentation workflow and local build_docs.sh both fail with: Error: ...html-head.html:32: function "css" not defined Revert the pointer to a486adf8 to restore the docs build. A follow-up can upgrade Hugo and the theme together as an intentional change. --- docs/themes/book | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/themes/book b/docs/themes/book index 4018d4b51..a486adf84 160000 --- a/docs/themes/book +++ b/docs/themes/book @@ -1 +1 @@ -Subproject commit 4018d4b51d10427bc7f80da0b0d535a4b4787ba0 +Subproject commit a486adf8462c0abfc9034436ddd72927d6656809