]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145455: Show output of blurb & sphinx-build version commands (GH-145457)
authorPetr Viktorin <encukou@gmail.com>
Tue, 3 Mar 2026 10:47:02 +0000 (11:47 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2026 10:47:02 +0000 (11:47 +0100)
commitf1de65b3669226d563802a32b78a2294e971151a
treed4d8acca098449f53d8b2cfb0a1c9c89393349be
parent6908372fb8182be5849aa3c4b141c821b303ab61
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.
Doc/Makefile