From e371842b0efb9a7d160f7909415190fd583b6c68 Mon Sep 17 00:00:00 2001 From: Michael Schaffner Date: Fri, 2 Apr 2021 18:25:42 -0700 Subject: [PATCH] [docs/hugo] Move to hugo version 0.82.0 When adding more pinmux signals and pads, we run into a funny error where HUGO can't read the generated pinmux register documentation anymore since the file is too big. This file limitation has just recently (3 months ago) been removed. See https://github.com/gohugoio/hugo/pull/8172 for reference. This commit moves to HUGO 0.82.0 which contains this fix. Signed-off-by: Michael Schaffner --- tool_requirements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool_requirements.py b/tool_requirements.py index aeb277a20..cef4c24d6 100644 --- a/tool_requirements.py +++ b/tool_requirements.py @@ -21,7 +21,7 @@ 'verilator': '4.104', 'hugo_extended': { - 'min_version': '0.71.0', + 'min_version': '0.82.0', 'as_needed': True }, 'verible': {