Skip to content

Commit

Permalink
feat(docs): hide more special methods (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Apr 11, 2024
1 parent 858df50 commit 40d9513
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
'__a_sync_flag_value__',
'__a_sync_instance_should_await__',
'__a_sync_modifiers__',
'__class_getitem__',
'__init_subclass__',
'__subclass_hook__',
]),
}
autodoc_typehints = "description"
Expand Down

0 comments on commit 40d9513

Please sign in to comment.