Closed ymoog closed 9 months ago
Good point! We can let sphinx create only the latex files, but not compile them. Once the latex files exist, we can build them in parallel with make. I can open a PR.
Do you also want to use the --jobs auto
option for sphinx-build
?
Sphinx doc section of theLatex builder highlights the ability to silence the build:
I find the latex log output quite annoying and it is A LOT of output. and to pass specific latex options.
In addition, we might be able to parallelize the pdf build to speed it up? Although I am not sure if this is possible.
Use -j to speed up build targets