diff --git a/docs/source/conf.py b/docs/source/conf.py index 96c8abf6..2c64eb09 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -111,6 +111,8 @@ def linkcode_resolve(domain, info): autodoc_preserve_defaults = True autodoc_typehints = 'none' +toc_object_entries = True +toc_object_entries_show_parents = "hide" # autoapi_type = 'python' # autoapi_generate_api_docs = False