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

Merge branch '50-do-not-show-inherited-memebers-in-autodoc-by-default' into 'master'

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

Closes #50

See merge request !52
parents 2a09fd12 7708fa9d
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' ...@@ -232,7 +232,6 @@ autodoc_member_order = 'bysource'
autodoc_default_flags = [ autodoc_default_flags = [
'members', 'members',
'undoc-members', 'undoc-members',
'inherited-members',
'show-inheritance', 'show-inheritance',
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment