diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 3d94983..2a1b292 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,10 +42,11 @@ extensions = [ "sphinx.ext.autodoc", "sphinx.ext.autosummary", "ext.docstrings", - "sphinx_autodoc_typehints", # must be loaded after napoleon modules "sphinxcontrib.autoprogram", ] +autodoc_typehints = "both" + # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] |