From 5e723d53077210bc51272320b76577b44730c55e Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 30 Oct 2025 19:19:40 +0100 Subject: more documentation tweaks --- doc/conf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index 0dc01c8..477a00d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -12,10 +12,7 @@ import patchtree project = "patchtree" release = "???" -extensions = [ - "sphinx.ext.autodoc", - "sphinx_automodapi.automodapi", -] +extensions = ["sphinx.ext.autodoc"] templates_path = [] exclude_patterns = [] html_theme = "sphinx_rtd_theme" -- cgit v1.2.3