We're using Sphinx to generate several hundreds of HTML reports for our analysis reports daily. We're continuously making our process faster and Sphinx is quickly becoming the long pole. So...
- Is there a way to speed up the HTML generation by using multiprocessing?
- If not, can we generate any sub directories concurrently?
Has anyone looked into this before?
Thanks.