I'm trying to use the coverage extension to check for functions I
missed while writing documentation, but I'm not having much luck.
_build/coverage/python.txt always contains:

Undocumented Python objects
===========================

... and nothing else, even if I deliberately delete some
documentation.

If I use autodoc, it finds my modules and can generate rudimentary
documentation for them, so I know Sphinx can import my module.

Presumably I'm doing something wrong, but I'm not sure where to start
looking.  Any suggestions?  A minimal example demonstrating the
coverage extension in practice would be helpful.  I couldn't find one
using Google.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@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