Re: [PATCH v5] docs: f2fs: wrap ASCII tables in literal blocks to fix LaTeX build
From: Jonathan Corbet
Date: Fri Nov 21 2025 - 12:48:24 EST
Masaharu Noguchi <nogunix@xxxxxxxxx> writes:
> Sphinx's LaTeX builder fails when converting the nested ASCII tables in
> f2fs.rst, producing the following error:
>
> "Markup is unsupported in LaTeX: longtable does not support nesting a table."
>
> Wrap the affected ASCII tables in literal code blocks to force Sphinx to
> render them verbatim. This prevents nested longtables and fixes the PDF
> build failure on Sphinx 8.2.x.
>
> Acked-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
> Reviewed-by: Akira Yokosawa <akiyks@xxxxxxxxx>
> Signed-off-by: Masaharu Noguchi <nogunix@xxxxxxxxx>
Jaegeuk, are you planning to pick this up, or should I take it through
docs?
Thanks,
jon