gengliangwang commented on a change in pull request #26796: [SPARK-30164][Tests][Doc] SBT clean before document generation URL: https://github.com/apache/spark/pull/26796#discussion_r355211301
########## File path: docs/README.md ########## @@ -83,7 +83,7 @@ $ PRODUCTION=1 jekyll build ## API Docs (Scaladoc, Javadoc, Sphinx, roxygen2, MkDocs) -You can build just the Spark scaladoc and javadoc by running `./build/sbt unidoc` from the `$SPARK_HOME` directory. +You can build just the Spark scaladoc and javadoc by running `./build/sbt clean unidoc` from the `$SPARK_HOME` directory. Review comment: @srowen Thanks for the suggestion. I will revert the changes here. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
