Skip to content

Commit

Permalink
fix(docs): display all members
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Aug 28, 2024
1 parent 78737ca commit 095d67d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
html_static_path = ['_static']

autodoc_default_options = {
'members': True,
'private-members': True,
'special-members': '__init__,__call__,__getitem__,__iter__,__aiter__,__next__,__anext__',
'inherited-members': True,
Expand Down

0 comments on commit 095d67d

Please sign in to comment.