Skip to content

Commit 7e0f4cf

Browse files
committed
Docs: PDF/LaTeX: bump max list depth
Prevents LaTeX PDF build error `Too deeply nested`. (Regression from python#139509.)
1 parent 2cefa70 commit 7e0f4cf

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': 7,
362363
}
363364

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

0 commit comments

Comments
 (0)