This commit is contained in:
2025-06-08 01:11:16 -04:00
parent 30cdb51bc9
commit 085c6e0500
6 changed files with 9 additions and 6 deletions

View File

@@ -14,7 +14,10 @@ release = '5.0'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = []
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
]
templates_path = ['_templates']
exclude_patterns = []