From 21021875c89c8061966184be9a71a8467a14a4e2 Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Fri, 10 Oct 2025 20:29:05 +0200 Subject: [PATCH] fix again --- docs/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2cdc8dd..a071892 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,11 @@ author = 'Sakuragasaki46' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -extensions = ["sphinx.ext.autodoc", 'sphinx.ext.autosummary'] +extensions = [ + "sphinx.ext.autodoc", + 'sphinx.ext.autosummary', + 'sphinx_rtd_theme' +] templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']