autophagy opened a new pull request, #26520:
URL: https://github.com/apache/flink/pull/26520

   ## What is the purpose of the change
   
   I noticed that building the Flink Python API docs by running `make html` in 
`flink-python/docs` can take longer than I expected - often well over 1 minute, 
which can be a little disruptive when working on the docs. This PR adds `-j 
auto` to the sphinx build options, which makes Sphinx distribute the build over 
N processes in parallel, where N is the number of CPUs available, which is 
better when building on multiprocessor machines. With this enabled fresh Sphinx 
builds take less than 20 seconds, on my personal machine.
   
   ## Brief change log
   
   - *Enabled parallel builds for Sphinx when building Python API docs*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to