It's not a 5.3 bug, but much older. At least the docs on RTD are
correct (check for Synopsis in [1]). I spotted this while checking the
packaging in Debian - which has broken docs (only the manpage for kas-
container is incomplete), but this was broken ever since we added a
manpage for kas-container, because neither podman nor docker is (and
should be) a build dependency.
[1] https://kas.readthedocs.io/en/latest/userguide/kas-container.html
Felix
Argh... pipefail is bash only. It might be better to move the whole
processing to a sphinx plugin (similar to how we process the schema)
and avoid the pipes altogether.
Please anyways apply p2 as this carries the relevant fix. I'll rework
p1 and move it to a sphinx plugin, but this might take some time.
Felix
Indeed, for this help message we need to start the container. I'll add
a couple of CI tests for both cases. This code is tricky.
Felix