From a347fa3db719d02848648f355a37b250ed7279d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=D0=BE=D0=B2=20=D0=AE=D1=80=D0=B8?= =?UTF-8?q?=D0=B9?= Date: Tue, 26 Dec 2023 03:35:50 +0300 Subject: [PATCH] 2.0.0 - Material Design 3 Updated variable according to the new API. --- docs/sources/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/conf.py b/docs/sources/conf.py index 99860b512..41dead60a 100644 --- a/docs/sources/conf.py +++ b/docs/sources/conf.py @@ -69,7 +69,7 @@ autoapi_root = "api" autoapi_add_toctree_entry = False autoapi_include_inheritance_graphs = False -autoapi_include_summaries = True +show_module_summary = True autoapi_python_class_content = "class" autoapi_python_use_implicit_namespaces = False autoapi_keep_files = False # true for debugging