From f04223e66c14ccebe39cb3629b1e9f5895d52b25 Mon Sep 17 00:00:00 2001 From: salt-die Date: Tue, 23 Jul 2024 14:39:01 -0500 Subject: [PATCH] Skip builtin methods, part 2. Not completely satisfied with this solution as values for "batgrl.figfonts.FullLayout" aren't being documented, but maybe I don't actually care. --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3ea0b382..f713d87d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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: