From b968ba136cb98d9e957d985fd540c5d560db6158 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 25 Sep 2026 14:28:30 -0700 Subject: [PATCH 1/2] Bump Hugo for SPHT 0.23 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 00848b22..f51ba8f8 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build.environment] PYTHON_VERSION = "3.13" - HUGO_VERSION = "0.152.2" + HUGO_VERSION = "0.158.0" DART_SASS_VERSION = "1.93.2" DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/" From 4e025c0fa3744f10e9e9c786db8fa741591447b8 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 25 Sep 2026 20:58:03 -0700 Subject: [PATCH 2/2] Update make prepare --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40c0c5e9..70c0d1b5 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ prepare-preview: clean mkdir -p $(PREVIEW_DEST) git clone https://github.com/scientific-python/scientific-python.org $(PREVIEW_DEST) git -C $(PREVIEW_DEST) submodule set-url themes/scientific-python-hugo-theme https://github.com/scientific-python/scientific-python-hugo-theme.git - git -C $(PREVIEW_DEST) submodule update --init + git -C $(PREVIEW_DEST) submodule update --init --recursive rm -rf $(PREVIEW_DEST)/content/specs/* cp -r * $(PREVIEW_DEST)/content/specs