Commit bd86b7e
committed
gh-145455: Show output of blurb & sphinx-build version commands
In gh-145455, an outdated dependency caused an import error that was
not printed out (`2>&1`); the message instead said that the tools are
missing.
Switch `blurb` to output a version on a single line (`--version` rather
than `help`), and don't redirect stderr, to show warnings and failures.
Also, don't redirect stdout. This results in two extra lines with
version info, which get drowned in typical Sphinx output, and can be
helpful when debugging.1 parent 98b1e51 commit bd86b7e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments