HyukjinKwon commented on a change in pull request #27534: [SPARK-30879][DOCS] 
Refine workflow for building docs
URL: https://github.com/apache/spark/pull/27534#discussion_r385479956
 
 

 ##########
 File path: docs/README.md
 ##########
 @@ -31,15 +31,41 @@ whichever version of Spark you currently have checked out 
of revision control.
 The Spark documentation build uses a number of tools to build HTML docs and 
API docs in Scala, Java,
 Python, R and SQL.
 
-You need to have 
[Ruby](https://www.ruby-lang.org/en/documentation/installation/) and
-[Python](https://docs.python.org/2/using/unix.html#getting-and-installing-the-latest-version-of-python)
-installed. Also install the following libraries:
+You need to have Ruby 2 and Python 3 installed. A handy way to install and 
manage various versions of Ruby and Python is with [`rbenv`] and [`pyenv`].
 
 Review comment:
   I am not strongly against this change, but not very fond of it as it forces 
to install unnecessary dependencies. Other people might use conda to manage 
Python versions as an example. At least I use conda. Given that there are many 
ways to control this, I am not sure about documenting one way. Why don't we 
just mention Ruby 2 and Python 3?

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

Reply via email to