Skip to content

Commit 52338ec

Browse files
miss-islingtonm-aciekAA-Turner
authored
[3.14] pythongh-139588: Increase maximum LaTeX list depth (pythonGH-140709) (python#140724)
Co-authored-by: Maciej Olko <[email protected]> Co-authored-by: Adam Turner <[email protected]>
1 parent 6822b13 commit 52338ec

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
@@ -359,6 +359,7 @@
359359
'papersize': 'a4paper',
360360
# The font size ('10pt', '11pt' or '12pt').
361361
'pointsize': '10pt',
362+
'maxlistdepth': '8', # See https://github.com/python/cpython/issues/139588
362363
}
363364

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

0 commit comments

Comments
 (0)