HyukjinKwon commented on a change in pull request #32726:
URL: https://github.com/apache/spark/pull/32726#discussion_r644456412
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -381,6 +381,7 @@ jobs:
# Jinja2 3.0.0+ causes error when building with Sphinx.
# See also https://issues.apache.org/jira/browse/SPARK-35375.
python3.6 -m pip install 'sphinx<3.1.0' mkdocs numpy
pydata_sphinx_theme ipython nbsphinx numpydoc 'jinja2<3.0.0'
+ python3.6 -m pip install sphinx_plotly_directive 'pyarrow<3.0.0'
pandas plotly>=4.8
Review comment:
```suggestion
python3.6 -m pip install sphinx_plotly_directive 'pyarrow<3.0.0'
pandas 'plotly>=4.8'
```
##########
File path: python/docs/source/getting_started/ps_videos_blogs.rst
##########
@@ -0,0 +1,130 @@
+======================
+Koalas Talks and Blogs
Review comment:
I think we should probably remove it. Let's do it separately. This PR
ports the docs as is first.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]