Skip to content

Commit

Permalink
Do not show type hints in function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Aug 25, 2023
1 parent 5405d01 commit 73a07bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
# class' docstring
numpydoc_show_class_members = False

# Don't show type hints
autodoc_typehints = "none"

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
Expand Down

0 comments on commit 73a07bb

Please sign in to comment.