Skip to content

Commit

Permalink
Hide type hints from sphinx docs signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jan 11, 2022
1 parent c44082b commit 0105045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
'member-order': 'groupwise',
'inherited-members': 'ndarray' # Inherit from all classes except np.ndarray
}
autodoc_typehints = "none"

autosummary_generate = True
autosummary_generate_overwrite = True
Expand Down

0 comments on commit 0105045

Please sign in to comment.