From 73404c85698d47dbe0fd34658ae8ec8d4bc9da55 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Tue, 28 Oct 2025 20:56:23 +0100 Subject: [PATCH] gh-139588: Increase maximum LaTeX list depth (GH-140709) (cherry picked from commit ce4b0ede16aea62ee7b1e02df7e1538102a356da) Co-authored-by: Maciej Olko Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- Doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/conf.py b/Doc/conf.py index a8e376c0ae44fe..f1dda10052e109 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -359,6 +359,7 @@ 'papersize': 'a4paper', # The font size ('10pt', '11pt' or '12pt'). 'pointsize': '10pt', + 'maxlistdepth': '8', # See https://github.com/python/cpython/issues/139588 } # Grouping the document tree into LaTeX files. List of tuples