bonsai-rx / docfx-tools

The standard docfx template for package documentation
MIT License
0 stars 2 forks source link

Parallelize exportation of workflow SVGs #14

Open cjsha opened 1 month ago

cjsha commented 1 month ago

I appreciate the ability to automatically export SVGs from workflows for building docs site. However, for people building docs on slower machines, the SVG exportation process can become quite lengthy. I don't think there's any reason this for loop needs to run in sequential order. I gave parallelization implementation a small attempt, but I don't seem to immediately know enough about powershell scripting to do it in a timely manner. If there is someone that can do this, that would be immensely helpful. Thanks.