From f16d7e39dac5c204d01e163680a02d438457dff6 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:12:24 -0500 Subject: [PATCH] Show inheritance in inlined classes in docs (#102) --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 5a30145..3a740a5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,6 +81,7 @@ autodoc_typehints = "description" autodoc_default_options = { "inherited-members": None, + "show-inheritance": True, } napoleon_google_docstring = True napoleon_numpy_docstring = False