Skip to content

Commit

Permalink
remove type annotations from autodoc method signatures (#3179)
Browse files Browse the repository at this point in the history
  • Loading branch information
DocOtak authored and max-sixty committed Aug 2, 2019
1 parent dba85bd commit 26d0517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
}

autosummary_generate = True
autodoc_typehints = 'none'

numpydoc_class_members_toctree = True
numpydoc_show_class_members = False
Expand Down

0 comments on commit 26d0517

Please sign in to comment.