I am using sphinx to generate API documentation. I have parses that pull syntactic information from language constructs and comments and create restructured text files that sphinx transforms into nice web pages.
My problem is that sometimes the information entered into a comment ends up being invalid RST syntax, and sphinx-build stops at the first error. The build of the entire API documentation halts. Is there some way to get sphinx to just log the error and skip the file with the invalid markup? Thanks, Carl W. -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
