From 41062c9287e374a7fc255cd6767e2b09fdd5e35a Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 18 Sep 2025 10:56:34 +0200 Subject: tools: build-docs-container: remove comment for unsupported distros Ubuntu 18.04 and 20.04 are not supported distros, so let's remove the comment listing the reason we don't support them. (From yocto-docs rev: 9ff31ed417bc7cd80f8bde39372091e40e36b678) Signed-off-by: Quentin Schulz Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/tools/build-docs-container | 3 --- 1 file changed, 3 deletions(-) (limited to 'documentation/tools/build-docs-container') diff --git a/documentation/tools/build-docs-container b/documentation/tools/build-docs-container index 6b4d425434..108809838e 100755 --- a/documentation/tools/build-docs-container +++ b/documentation/tools/build-docs-container @@ -118,9 +118,6 @@ main () docs_pdf=opensuse_docs_pdf.sh pip3=pip3_docs.sh ;; - # Missing python3-saneyaml - # "ubuntu:18.04"*|\ - # "ubuntu:20.04"*|\ # Cannot fetch packages anymore # "ubuntu:23.04"*|\ "ubuntu:22.04"*|\ -- cgit v1.2.3-54-g00ecf