panbingkun commented on code in PR #49013:
URL: https://github.com/apache/spark/pull/49013#discussion_r1863117655


##########
docs/README.md:
##########
@@ -126,3 +126,16 @@ To control what API docs get built, you can set any 
combination of the following
 * `SKIP_RDOC=1`: Skip the R API docs.
 * `SKIP_SQLDOC=1`: Skip the SQL API docs.
 
+## Build docs with docker image (Optional)
+
+As a Spark developer, you can generate all documents locally as follows:
+
+Note: Before running it, you need to have `docker` installed.
+
+```sh
+$ sh dev/spark-test-image-util/docs/build-docs

Review Comment:
   But it's a bit strange, I granting it as `chmod a+x 
dev/spark-test-image-util/docs/build-docs`, but it didn't show up in the git 
logs. Do you know why? thanks.



-- 
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]

Reply via email to