From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:05:32 +0000 (+0100) Subject: [3.13] gh-139588: Increase maximum LaTeX list depth (GH-140709) (#140725) X-Git-Tag: v3.13.10~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3476c6507381ca860eec0989f53647b13517423;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-139588: Increase maximum LaTeX list depth (GH-140709) (#140725) Co-authored-by: Maciej Olko Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- diff --git a/Doc/conf.py b/Doc/conf.py index 84efd870cdea..8d1d0821a7bc 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -360,6 +360,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