Hi, On 2024/02/18 6:29, Jonathan Corbet wrote: ... > One is the dreaded Latex "too deeply nested" message that causes > everything to explode while generating filesystems.pdf. The problem, > specifically, is .../filesystems/xfs/xfs-online-fsck-design.rst, which > blows the limits in two ways. This patch "fixes" it - this clearly > isn't something to apply, it's just a demonstration of the problem: So, there is a handy answer in the Sphinx documentation. Just look at https://www.sphinx-doc.org/en/master/latex.html and search 'maxlistdepth'. You can set this variable in conf.py, say, 'maxlistdepth': '9', Now the deep lists in xfs-online-fsck-design.rst can be built into PDF. Problem solved. It's getting late here, so can anybody prepare a proper patch with my Suggested-by: Akira Yokosawa <akiyks@xxxxxxxxx> ? Thanks, Akira