Use sphinx-autodoc-typehints

This commit is contained in:
Mads Marquart
2020-01-22 03:29:26 +01:00
parent 03cc95e755
commit 41f367a61b
2 changed files with 3 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ extensions = [
"sphinx.ext.viewcode",
"sphinx.ext.napoleon",
"sphinxcontrib.spelling",
"sphinx_autodoc_typehints",
]
# Add any paths that contain templates here, relative to this directory.