Hi, I've commented to github PR you mentioned. `:inherited-members:` option should be placed before some directive contents.
And a `autodoc_default_flags = ['members', 'inherited-members']` conf.py parameter also works fine to me. Regards, -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa 2014-06-16 23:56 GMT+09:00 Martin Luessi <[email protected]>: > Hi, > > We have been using sphinx to build the documentation for our project > (http://martinos.org/mnel) with great success. One problem we currently have > is that inherited members in classes are not documented even though the > "inherited-members" autodoc option is enabled. Does anyone know what could > be causing this? The issue for this problem is here: > https://github.com/mne-tools/mne-python/pull/1364 > > Best, > > Martin > > -- > You received this message because you are subscribed to the Google Groups > "sphinx-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
