From: Maciej Olko Date: Tue, 28 Oct 2025 19:56:23 +0000 (+0100) Subject: gh-139588: Increase maximum LaTeX list depth (#140709) X-Git-Tag: v3.15.0a2~290 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce4b0ede16aea62ee7b1e02df7e1538102a356da;p=thirdparty%2FPython%2Fcpython.git gh-139588: Increase maximum LaTeX list depth (#140709) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- diff --git a/Doc/conf.py b/Doc/conf.py index a8e376c0ae44..f1dda10052e1 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -359,6 +359,7 @@ latex_elements = { '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