Skip to content

Commit 6d4da80

Browse files
m-aciekAA-Turner
authored andcommitted
pythongh-139588: Increase maximum LaTeX list depth (pythonGH-140709)
(cherry picked from commit ce4b0ed) Co-authored-by: Maciej Olko <[email protected]> Co-authored-by: Adam Turner <[email protected]>
1 parent a026f02 commit 6d4da80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@
360360
'papersize': 'a4paper',
361361
# The font size ('10pt', '11pt' or '12pt').
362362
'pointsize': '10pt',
363+
'maxlistdepth': '8', # See https://github.com/python/cpython/issues/139588
363364
}
364365

365366
# Grouping the document tree into LaTeX files. List of tuples

0 commit comments

Comments
 (0)