Skip to content

Commit

Permalink
fix(docs): fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Aug 28, 2024
1 parent 41c661d commit d95c847
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,7 @@
'undoc-members': True,
'member-order': 'groupwise',
# hide private methods that aren't relevant to us here
'exclude-members': [
'__new__',
'_abc_impl',
'_fget',
'_fset',
'_fdel',
'_ASyncSingletonMeta__instances',
'_ASyncSingletonMeta__lock',
'_is_protocol',
'fromkeys',
'default_factory',
'setdefault',
'_getitem_nochecksum',
'_setitem_nochecksum',
],
'exclude-members': '__new__,_abc_impl,_fget,_fset,_fdel,_ASyncSingletonMeta__instances,_ASyncSingletonMeta__lock,_is_protocol,fromkeys,default_factory,setdefault,_getitem_nochecksum,_setitem_nochecksum'
}
autodoc_typehints = "description"
# Don't show class signature with the class' name.
Expand Down

0 comments on commit d95c847

Please sign in to comment.