Update documentation and add autodoc typehints

This commit is contained in:
2024-01-31 11:00:51 -05:00
parent 425f6479c4
commit e5840bdc02
3 changed files with 91 additions and 143 deletions
+2
View File
@@ -26,6 +26,8 @@ extensions = [
"sphinx.ext.autosectionlabel",
]
autodoc_typehints = "signature"
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]