]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-139588: Increase maximum LaTeX list depth (GH-140709) (#140724)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 Oct 2025 20:05:28 +0000 (21:05 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Oct 2025 20:05:28 +0000 (20:05 +0000)
Co-authored-by: Maciej Olko <maciej.olko@affirm.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/conf.py

index a8e376c0ae44fe6dae8a802e6c3f05041ae80183..f1dda10052e109ec7cdb941a92f9af06a9933cb7 100644 (file)
@@ -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