From 1852c966541c20a35a8daa6fdc23f33efa6af6ee Mon Sep 17 00:00:00 2001 From: DavdGao Date: Tue, 7 Jan 2025 18:49:15 +0800 Subject: [PATCH] update --- docs/tutorial/en/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorial/en/source/conf.py b/docs/tutorial/en/source/conf.py index 9345569c0..eaf3d09bf 100644 --- a/docs/tutorial/en/source/conf.py +++ b/docs/tutorial/en/source/conf.py @@ -60,6 +60,8 @@ # -- Options for API documentation ------------------------------------------- autodoc_member_order = "groupwise" +add_module_names = False +python_display_short_literal_types = True def skip_member(app, what, name, obj, skip, options):