From ca43947ce9ecda03c841e08a6d7e573b4ae129d7 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:17:48 -0500 Subject: [PATCH] Show inheritance in inlined classes in docs (#28) --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index fd9441d..858e344 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