nchammas opened a new pull request, #57010: URL: https://github.com/apache/spark/pull/57010
### What changes were proposed in this pull request? Add a couple of new `SKIP_` flags to the existing doc build script: - `SKIP_SPARK_BUILD` - `SKIP_UNIDOC` ### Why are the changes needed? #48860 added `SPARK_DOCS_IS_BUILT_ON_HOST` but it doesn't really fit the existing interface of the doc build script, as clunky as it is. This PR tweaks the new skip flags so they are more consistent with the existing ones. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? I ran the doc build as follows without issue: ```sh SKIP_UNIDOC=1 SKIP_SPARK_BUILD=1 bundle exec jekyll build ``` ### 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]
