Skip to content

Commit

Permalink
Skip builtin methods, part 2.
Browse files Browse the repository at this point in the history
Not completely satisfied with this solution as values for "batgrl.figfonts.FullLayout" aren't being documented, but maybe I don't actually care.
  • Loading branch information
salt-die committed Jul 23, 2024
1 parent 4a9c62b commit f04223e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@

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

0 comments on commit f04223e

Please sign in to comment.