Holzhaus / sphinx-multiversion

Sphinx extension for building self-hosted versioned docs.
https://holzhaus.github.io/sphinx-multiversion/
BSD 2-Clause "Simplified" License
148 stars 65 forks source link

Run builds on multiple cores #111

Closed theottm closed 6 months ago

theottm commented 6 months ago

Is there an option similar to sphinx-build --jobs N ?

theottm commented 6 months ago

Yes: https://holzhaus.github.io/sphinx-multiversion/master/configuration.html#overriding-configuration-variables

lucas-bremond commented 4 months ago

Is --jobs something overridable at Sphinx configuration level? (doesn't look like it, looks like it's purely a Sphinx CLI arg)

If so, I don't think this issue should be marked as resolved.