From 3a80044825995f14b2395a481f7e42fbd0040ab3 Mon Sep 17 00:00:00 2001 From: Mike A Date: Sat, 17 Feb 2024 21:15:59 +0100 Subject: [PATCH] Add inheritance diagrams --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index c2231c5..b93a27a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,6 +17,8 @@ release = "0.2.1" extensions = [ "myst_parser", "sphinx.ext.duration", + "sphinx.ext.autodoc", + "sphinx.ext.inheritance_diagram", "autoapi.extension" ] @@ -30,6 +32,7 @@ autoapi_options = [ "members", "undoc-members", "show-inheritance", + "show-inheritance-diagram", "show-module-summary", "special-members", "imported-members",