CI: Test building docs in parallel on Cirrus CI#28244
CI: Test building docs in parallel on Cirrus CI#28244scottshambaugh wants to merge 1 commit intomatplotlib:mainfrom
Conversation
4a0a3b4 to
a27a210
Compare
a27a210 to
a93165a
Compare
|
With 2 cores the time to build the docs dropped to 18m 9s. The errors that caused this failure are: This is the relevant issue: pydata/pydata-sphinx-theme#1643. Some users there reported no problems with setting the |
|
Ok digging into it more, looks like this was talked about in #27658 The parallel unsafe flag was added in pydata/pydata-sphinx-theme#1642, where this was the behavior:
Worth another look when that all gets fixed but closing for now. |

PR summary
Just experimenting for now, curious if this speeds things up
For comparison, this docs build took 20m 11s as a baseline on a single core.

PR checklist