Skip to content

Commit

Permalink
reinstate autodoc-typehints in the sphinx config
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentelat committed Sep 5, 2022
1 parent 01cfa3d commit 8326e77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
'sphinx.ext.viewcode',
'sphinxcontrib.asyncio',
'sphinxcontrib.napoleon',
# this breaks the build on readthedocs.io,
# and it does not seem necessary anyways
# 'sphinx_autodoc_typehints',
'sphinx_autodoc_typehints',
'myst_parser',
]

Expand Down

0 comments on commit 8326e77

Please sign in to comment.