Raise the minimum Hugo version to 0.160.1 - #478
Merged
chalin merged 2 commits intoJul 17, 2026
Conversation
Docsy main, which this site now tracks, sources Bootstrap and Font Awesome from npm (google/docsy#2670), and that install flow silently fails before Hugo 0.159.0; 0.160.1 also excludes the 0.159.2-0.160.0 regressions. Matches the theme floor raised in google/docsy#2677.
Collaborator
Author
|
Hold for google/docsy#2677 (raises the theme floor to 0.160.1). Once that lands, update this branch to also bump the site's Docsy pin ( |
Docsy main now carries the matching 0.160.1 theme floor (google/docsy#2677), so the site's declared minimum and the theme's own floor agree. Also refresh the version stamp, which had gone stale at 01c827ea when the pin moved to 4e954dc1 (google#477).
Collaborator
Author
|
Hold resolved: google/docsy#2677 has landed, and the Docsy pin is now at main ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hugo.yamland the early-detectionconfig.yaml) with what Docsy main already requires in practice: the npm-dep install flow (npm-dep modernization: source Bootstrap and Font Awesome from npm docsy#2670) silently fails before Hugo 0.159.0, and 0.160.1 excludes the 0.159.2–0.160.0 regressions.