Skip to content

Commit

Permalink
[3.12] Retain shorter tables of contents for Sphinx 5.2.3+ (GH-114318) (
Browse files Browse the repository at this point in the history
  • Loading branch information
miss-islington authored Jan 20, 2024
1 parent ae2a25b commit 6279b2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,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.
Expand Down

0 comments on commit 6279b2d

Please sign in to comment.