Skip to content

Commit f3476c6

Browse files
miss-islingtonm-aciekAA-Turner
authored
[3.13] gh-139588: Increase maximum LaTeX list depth (GH-140709) (#140725)
Co-authored-by: Maciej Olko <[email protected]> Co-authored-by: Adam Turner <[email protected]>
1 parent a026f02 commit f3476c6

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)