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>
This commit is contained in:
Kévin Commaille 2024-04-03 11:33:46 +02:00
parent d547154c91
commit 1ad4911a42
No known key found for this signature in database
GPG key ID: 29A48C1F03620416

View file

@ -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