Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -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/"

Expand Down