On Tue, Jan 10, 2012 at 7:44 AM, Edward K. Ream <email address hidden> wrote:
> Thanks for this report. Let's hope there is a way to dissuade
> docutils from calling sys.exit on minor errors ;-) Looks like the
> enable_exit_status flag might do the trick.
After looking at the code it appears that clearing the
enable_exit_status flag would not help, even if it were possible.
A more promising approach would be to call docutils only if the
various files that it will be using actually exist. I'll attempt a
fix later today.
On Tue, Jan 10, 2012 at 7:44 AM, Edward K. Ream <email address hidden> wrote:
> Thanks for this report. Let's hope there is a way to dissuade
> docutils from calling sys.exit on minor errors ;-) Looks like the
> enable_exit_status flag might do the trick.
After looking at the code it appears that clearing the
enable_exit_status flag would not help, even if it were possible.
A more promising approach would be to call docutils only if the
various files that it will be using actually exist. I'll attempt a
fix later today.
Edward