mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
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:
parent
d547154c91
commit
1ad4911a42
|
|
@ -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…
Reference in a new issue