Skip to content

Commit

Permalink
feat(docs): remove a_sync special methods from docs (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Apr 8, 2024
1 parent 0006cf9 commit 32607d5
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 @@ -48,7 +48,7 @@
'inherited-members': True,
'member-order': 'groupwise',
# hide private methods that aren't relevant to us here
#'exclude-members': '_abc_impl,_fget,_fset,_fdel,_ASyncSingletonMeta__instances,_ASyncSingletonMeta__lock'
'exclude-members': '_abc_impl,__a_sync_default_mode__,__a_sync_instance_will_be_async__,__a_sync_should_await__,__a_sync_should_await_from_kwargs__,__a_sync_flag_name__,__a_sync_flag_value__,__a_sync_instance_should_await__,__a_sync_modifiers__'
}
autodoc_typehints = "description"
# Don't show class signature with the class' name.
Expand Down

0 comments on commit 32607d5

Please sign in to comment.