From 6ad96a8574c7e2910601c21ba292821ef581e4f1 Mon Sep 17 00:00:00 2001 From: gesellkammer Date: Thu, 2 Nov 2023 20:45:06 +0100 Subject: [PATCH] graph docs --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index c432122..7839614 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,6 +35,8 @@ 'sphinx.ext.napoleon', 'sphinx_autodoc_typehints', 'sphinx.ext.viewcode', + 'sphinx.ext.inheritance_diagram', + 'sphinx.ext.graphviz' ] # Add any paths that contain templates here, relative to this directory.