Hi,

I recently began using autosummary along with numpydoc to generate code 
reference docs. When I build the docs (using Sphinx 1.1.2), however, I get 
a large number of warning messages of the form:

"None:None: WARNING: toctree contains reference to nonexisting document 
'reference/generated/<Subclass>.<Baseclass_Method>'"

Where <Subclass> is a class I have written and documented and 
<Baseclass_Method> is a method that I didn't write, but was instead 
inherited from the subclass's parent class from another module.

It seems like Autosummary is using dir() to get a list of the methods of 
the subclass, but then complains when it can't find any documentation or 
code for many of the inherited methods.

Any ideas how I can deal with this, either by pointing to the parent class 
so that docs can be parsed from there, or by excluding inherited methods?

Thanks,
Keith

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/-8-e48R1tOkJ.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to