diff options
author | Quentin Schulz <quentin.schulz@cherry.de> | 2025-09-18 10:56:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-03 17:53:57 +0100 |
commit | 41062c9287e374a7fc255cd6767e2b09fdd5e35a (patch) | |
tree | 0169972f033c90c77a60833327b7bcb6df11947b /documentation/tools/build-docs-container | |
parent | 5f661a1c85dbdcb3de6c4e380fe2a85dfd1324b0 (diff) | |
download | poky-41062c9287e374a7fc255cd6767e2b09fdd5e35a.tar.gz |
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 <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/tools/build-docs-container')
-rwxr-xr-x | documentation/tools/build-docs-container | 3 |
1 files changed, 0 insertions, 3 deletions
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 () | |||
118 | docs_pdf=opensuse_docs_pdf.sh | 118 | docs_pdf=opensuse_docs_pdf.sh |
119 | pip3=pip3_docs.sh | 119 | pip3=pip3_docs.sh |
120 | ;; | 120 | ;; |
121 | # Missing python3-saneyaml | ||
122 | # "ubuntu:18.04"*|\ | ||
123 | # "ubuntu:20.04"*|\ | ||
124 | # Cannot fetch packages anymore | 121 | # Cannot fetch packages anymore |
125 | # "ubuntu:23.04"*|\ | 122 | # "ubuntu:23.04"*|\ |
126 | "ubuntu:22.04"*|\ | 123 | "ubuntu:22.04"*|\ |