Update minimum Hugo version

There were new deprecations in Hugo 0.112.
Bumping the minimum version allows to remove them without worrying about older version.
It is set to the version used in CI.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
pull/1775/head
Kévin Commaille 2 months ago
parent d547154c91
commit 1ad4911a42
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416

@ -129,7 +129,7 @@ sidebar_menu_compact = true
[module]
[module.hugoVersion]
extended = true
min = "0.110.0"
min = "0.113.0"
[[module.imports]]
path = "github.com/matrix-org/docsy"
disable = false

Loading…
Cancel
Save