Skip to content

Commit c496ba1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
'papersize': 'a4paper',
360360
# The font size ('10pt', '11pt' or '12pt').
361361
'pointsize': '10pt',
362-
'maxlistdepth': 7,
362+
'maxlistdepth': 7, # for layers in reference/executionmodel.rst#Python Runtime Model, see #gh-139588
363363
}
364364

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

0 commit comments

Comments
 (0)