https://github.com/python/cpython/commit/2e6a3a6378770083a5b40e0b096a02be9dfd1f06 commit: 2e6a3a6378770083a5b40e0b096a02be9dfd1f06 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2024-01-20T10:33:19Z summary:
[3.11] Retain shorter tables of contents for Sphinx 5.2.3+ (GH-114318) (#114338) files: M Doc/conf.py diff --git a/Doc/conf.py b/Doc/conf.py index ba9dbb7408b694..e600c3d750af4a 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -63,6 +63,10 @@ # Minimum version of sphinx required needs_sphinx = '4.2' +# Create table of contents entries for domain objects (e.g. functions, classes, +# attributes, etc.). Default is True. +toc_object_entries = False + # Ignore any .rst files in the includes/ directory; # they're embedded in pages but not rendered individually. # Ignore any .rst files in the venv/ directory. _______________________________________________ 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]
