From ab7e672e1e494a7952bda655bcd8675ae50fd644 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lenain Date: Thu, 22 Aug 2024 16:10:10 +0200 Subject: [PATCH] Play with Numpydoc options --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 0d771816..ef185b74 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,6 +64,8 @@ # autodoc_typehints = "description" # Sphinx-native method. Not as good as # sphinx_autodoc_typehints add_module_names = False # Remove namespaces from class/method signatures +numpydoc_show_class_members = False +numpydoc_show_inherited_class_members = False # cf. https://stackoverflow.com/a/73294408: numpydoc_class_members_toctree = False