Re: [PATCH v5] docs: f2fs: wrap ASCII tables in literal blocks to fix LaTeX build

From: Jaegeuk Kim

Date: Fri Nov 21 2025 - 12:59:25 EST


On 11/21, Jonathan Corbet wrote:
> 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?

Let me queue this in f2fs.git. May I get your SOB?

>
> Thanks,
>
> jon