t3docs / docker-render-documentation

Render TYPO3 Documentation the official way
https://t3docs.github.io/DRC-The-Docker-Rendering-Container/
20 stars 15 forks source link

Try parallel Sphinx build // Make Sphinx build params configurable #99

Closed marble closed 3 years ago

marble commented 4 years ago

① Try image

② Find a way to specify Sphinx build options on a 'per run' basis.

sypets commented 4 years ago

see also #87

marble commented 3 years ago

Resolved. After evaluation it seems that a general solution to make the Sphinx command line args configurable from the command line of the container seems unreasonable, if not impossible. However, starting with container v2.7 we'll add -j auto. If parallel writing is possible, this should use all available cores.