https://github.com/python/cpython/commit/f3476c6507381ca860eec0989f53647b13517423 commit: f3476c6507381ca860eec0989f53647b13517423 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2025-10-28T20:05:32Z summary:
[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]> files: M Doc/conf.py diff --git a/Doc/conf.py b/Doc/conf.py index 84efd870cdeaee..8d1d0821a7bc76 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -360,6 +360,7 @@ 'papersize': 'a4paper', # The font size ('10pt', '11pt' or '12pt'). 'pointsize': '10pt', + 'maxlistdepth': '8', # See https://github.com/python/cpython/issues/139588 } # Grouping the document tree into LaTeX files. List of tuples _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
