From 093253169584d7594c15b90addeda5beac988e6c Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Tue, 4 May 2021 08:57:35 +0200
Subject: [PATCH] Show inherited members in docs

---
 doc/conf.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index cd79de6..2ad6e6f 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -52,7 +52,8 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
 # AutoAPI
 autoapi_type = "python"
 autoapi_dirs = ["../km3io"]
-autoapi_options = ["members", "undoc-members", "show-module-summary"]
+autoapi_options = ["members", "undoc-members", "inherited-members", "show-module-summary"]
+# autoapi_options = ["members", "undoc-members", "inherited-members", "show-inheritance", "show-module-summary"]
 autoapi_include_summaries = True
 
 # Gallery
-- 
GitLab