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