Use napoleon extension in conf.py

This commit is contained in:
Kenshin Abe
2023-04-26 14:39:08 +09:00
parent f4ef01df16
commit 468ca016af
+1
View File
@@ -23,6 +23,7 @@ extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.doctest",
"sphinx.ext.autosummary",
"sphinx.ext.napoleon",
]
templates_path = ["_templates"]