mirror of
https://github.com/python/cpython.git
synced 2025-11-11 02:52:04 +00:00
[3.13] Doc: Show object descriptions in the table of contents (GH-125757) (#125840)
(cherry picked from commit 91ddde4af0)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
1fe63b15eb
commit
22ae72b88f
3 changed files with 9 additions and 1 deletions
|
|
@ -94,7 +94,8 @@
|
|||
|
||||
# Create table of contents entries for domain objects (e.g. functions, classes,
|
||||
# attributes, etc.). Default is True.
|
||||
toc_object_entries = False
|
||||
toc_object_entries = True
|
||||
toc_object_entries_show_parents = 'hide'
|
||||
|
||||
# Ignore any .rst files in the includes/ directory;
|
||||
# they're embedded in pages but not rendered individually.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue