fix again

This commit is contained in:
Yusur 2025-10-10 20:29:05 +02:00
parent 1b03f3b2e9
commit 21021875c8

View file

@ -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']