On Mon, 5 Sept 2022 at 20:51, Claudio Fontana <cfont...@suse.de> wrote: > when I build qemu, there is a lot of time spent at the end of the build where > one cpu goes 100% on sphinx-build. > > Is there some way to parallelize that? It seems it is the current bottleneck > for rebuilds for me..
It's a big fat python program, so I suspect not, but maybe I'm wrong. You can always configure --disable-docs if you don't care about the docs and want to make builds faster. thanks -- PMM