diff --git a/doc/source/conf.py b/doc/source/conf.py index 0bc673e6..438aaaf8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -224,6 +224,8 @@ latex_documents = [ # Make numpydoc to generate plots for example sections #numpydoc_use_plots = True +numpydoc_show_class_members = False + # ----------------------------------------------------------------------------- # Plots # -----------------------------------------------------------------------------