Skip to content

Commit

Permalink
Still trying to remove method docs without removing too much.
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Jul 23, 2024
1 parent 2c9a7a9 commit 4a9c62b
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 @@ -47,7 +47,7 @@

def skip_builtin_methods(app, what, name, obj, skip, options):
"""Skip documentation of builtin methods."""
if what != "method":
if what not in ("method", "function"):
return skip
try:
obj.__objclass__
Expand Down

0 comments on commit 4a9c62b

Please sign in to comment.