OpenNTI / sphinxcontrib-programoutput

Sphinx extension for capturing program output
BSD 3-Clause "New" or "Revised" License
37 stars 17 forks source link

Expose command output on errors #51

Closed ssbarnea closed 3 years ago

ssbarnea commented 3 years ago

This includes the output of the failed command, which would make debugging much easier, especially on CI/CD systems.

Partial-Fix: #50