nchammas opened a new pull request, #44627: URL: https://github.com/apache/spark/pull/44627
### What changes were proposed in this pull request? This PR tweaks the docs build so that the general docs are first built with `SKIP_API=1` to ensure that the docs build works without any language being built beforehand. ### Why are the changes needed? [Committers expect][1] docs to build with `SKIP_API=1` on a fresh checkout. Yet, our CI build does not ensure this. This PR corrects this gap. [1]: https://github.com/apache/spark/pull/44393/files#r1444169083 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Via test commits against this PR. ### Was this patch authored or co-authored using generative AI tooling? No. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
