jbms / sphinx-immaterial

Adaptation of the popular mkdocs-material material design theme to the sphinx documentation system
https://jbms.github.io/sphinx-immaterial/
Other
195 stars 31 forks source link

add config value to control font fetching max_workers #363

Closed 2bndy5 closed 3 months ago

2bndy5 commented 3 months ago

resolves #351

jbms commented 3 months ago

Since it is network latency-limited rather than cpu-limited I think a fixed default rather than the number of CPU cores is better.

2bndy5 commented 3 months ago

I also considered supporting an env var in addition to a confval.

Edit: added env var support as an override.