Hi, I am working on a blogging engine/static website generator based on Sphinx (BTW, you can add http://vladris.bitbucket.org to the list of projects using Sphinx). I plan to release this as a package sometime next year. Most of the logic is implemented as Sphinx extensions. What I would like is the ability to suppress/replace the default error message. The scenario I'm thinking of is an exception occurs in an extension from my package - instead of displaying the message telling users to report this issue to Sphinx issue tracker, I want to look at the traceback and if I see the exception was raised in an extension from my package, tell users to report issue to me instead. As far as I can tell this cannot currently be done except maybe through some messy workaround of writing errors to a file and parsing it before displaying it to the user. Would you accept a patch to enable this?
Thank you, Vlad -- 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.