From cb53ce90f1ceb430fd7560642073581ef38aa653 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 17 Jun 2021 02:51:14 +0200 Subject: Autodoc class content --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 4602a3f4..3991ea0e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -236,6 +236,7 @@ autodoc_default_options = { 'undoc-members': True, 'show-inheritance': True, } +autoclass_content = "both" autodoc_member_order = "groupwise" autodoc_typehints = 'description' intersphinx_mapping = { -- cgit v1.2.1