I've been making quite a bit of use of autodoc (specifically, automodule) for documenting a project. However, as the project has grown, I find it's difficult to tell where warnings are occurring in the source code, because the line numbers the Sphinx warnings output seem to be unrelated to the line numbers in the source documentation. Presumably this is because autodoc produces some kind of internal line- numbering scheme... is there any way to map the autodoc line numbers that the sphinx warnings emit to the actual source code line numbers? Or a way to output intermediate files that match the line numbers that can be cross-matched to the source code?
-- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. 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.