From 7708fa9d5492d2e6f1e04f0dfd87a406361af9f6 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 4 May 2017 18:39:45 +0200 Subject: [PATCH] Update sphinx-conf.py do not show inherited members by default. --- templates/sphinx-conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/sphinx-conf.py b/templates/sphinx-conf.py index edc32b5..10146fd 100644 --- a/templates/sphinx-conf.py +++ b/templates/sphinx-conf.py @@ -232,7 +232,6 @@ autodoc_member_order = 'bysource' autodoc_default_flags = [ 'members', 'undoc-members', - 'inherited-members', 'show-inheritance', ] -- GitLab