Skip to content

Commit

Permalink
remove at from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Sep 11, 2023
1 parent 7a6ee8e commit f11363a
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 @@ -71,7 +71,7 @@
autodoc_default_options = {
"member-order": "bysource",
"special-members": "__call__",
"exclude-members": "__repr__, __str__, __weakref__",
"exclude-members": "__repr__, __str__, __weakref__, at",
"inherited-members": True,
}

Expand Down

0 comments on commit f11363a

Please sign in to comment.