Skip to content

Commit

Permalink
see if readthedocs likes this instead
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Sep 8, 2022
1 parent d1eaff2 commit feaa3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

def _correct_signatures(app, what, name, obj, options, signature, return_annotation):
if what == "class":
signature = str(inspect.signature(obj))
signature = str(inspect.signature(obj.__init__)).replace("self, ", "")
return (signature, return_annotation)


Expand Down

0 comments on commit feaa3ac

Please sign in to comment.