Skip to content
Snippets Groups Projects
Commit 7708fa9d authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Update sphinx-conf.py do not show inherited members by default.

parent 2a09fd12
No related branches found
No related tags found
1 merge request!52Update sphinx-conf.py do not show inherited members by default.
......@@ -232,7 +232,6 @@ autodoc_member_order = 'bysource'
autodoc_default_flags = [
'members',
'undoc-members',
'inherited-members',
'show-inheritance',
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment