diff --git a/templates/sphinx-conf.py b/templates/sphinx-conf.py
index edc32b5f1c812d110383cc9aa1918a148d836e81..10146fd89ea8169793143477b9f598c5deb60b7e 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',
   ]