try adding sphinx-autodoc-typehints

This commit is contained in:
Matthew Johnson 2020-03-30 20:22:04 -07:00
parent 1f03d48c83
commit 909fee6a2d
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ extensions = [
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'nbsphinx',
'sphinx_autodoc_typehints',
]
intersphinx_mapping = {

View File

@ -3,6 +3,7 @@ sphinx_rtd_theme
jaxlib
ipykernel
nbsphinx
sphinx-autodoc-typehints
# The next packages are for notebooks
matplotlib
sklearn