]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Mar 2026 14:16:05 +0000 (15:16 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2026 14:16:05 +0000 (16:16 +0200)
commit85f8073684f2f9a4a41035e69c3421a8da7fd864
treeded4aa7c5a5ee54276c0d3931758e25e38983e66
parent9a63576b1058c309c28eb1ac3db437b27d4c4214
[3.14] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) (#145461)

gh-145455: Show output of blurb & sphinx-build version commands (GH-145457)

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.

Don't redirect stderr, to show warnings and failures.

Also, switch `blurb` to output a version on a single line (`--version` rather
than `help`), and, and don't redirect stdout either.
This results in two version info lines being printed out. These get drowned
in typical Sphinx output, and can be helpful when debugging.
(cherry picked from commit f1de65b3669226d563802a32b78a2294e971151a)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/Makefile