From 8bf84b6c0b45f27c161d8dc14446ceb3f293bef1 Mon Sep 17 00:00:00 2001 From: Alan Akbik Date: Sun, 8 Dec 2024 11:22:01 +0100 Subject: [PATCH] Try suppressing external inheritance --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2e4b431ed..3f5d95cb0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -110,7 +110,7 @@ def linkcode_resolve(*args): "members": True, "show-inheritance": True, "private-members": False, - "inherited": False, + "inherited": True, } source_suffix = {