diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index fabe91cc38..42d350052c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,6 +73,10 @@ source_suffix = '.txt' # The root toctree document. root_doc = "contents" +# Disable auto-created table of contents entries for all domain objects (e.g. +# functions, classes, attributes, etc.) in Sphinx 5.2+. +toc_object_entries = False + # General substitutions. project = 'Django' copyright = 'Django Software Foundation and contributors' |
