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: