fix: fixes docs build

This commit is contained in:
2025-09-14 10:49:53 -03:00
parent b1b5e71a81
commit 92c174c189
3 changed files with 68 additions and 7 deletions

View File

@@ -18,6 +18,7 @@ extensions = [
"sphinx.ext.viewcode",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx_autodoc_typehints", # <-- needed
]
@@ -35,3 +36,6 @@ html_static_path = ["_static"]
# -- Options for autodoc -----------------------------------------------------
add_module_names = False
python_use_unqualified_type_names = True
autodoc_typehints = "both"