Skip to content

Commit

Permalink
Use function signature type hints in autodoc generated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gazpachoking committed Feb 4, 2022
1 parent 0c15a3e commit 3bc18ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ sphinx==4.*
myst-parser
sphinx_rtd_theme
sphinxcontrib-spelling==7.3.0
sphinx-autodoc-typehints
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
'sphinx.ext.coverage',
'sphinxcontrib.spelling',
'myst_parser',
'sphinx_autodoc_typehints',
]

napoleon_include_init_with_doc = True
Expand Down

0 comments on commit 3bc18ca

Please sign in to comment.