HyukjinKwon commented on a change in pull request #29491:
URL: https://github.com/apache/spark/pull/29491#discussion_r474409863
##########
File path: python/docs/source/conf.py
##########
@@ -45,8 +45,19 @@
'sphinx.ext.viewcode',
'sphinx.ext.mathjax',
'sphinx.ext.autosummary',
+ 'nbsphinx', # Converts Jupyter Notebook to reStructuredText files for
Sphinx.
+ # For ipython directive in reStructuredText files. It is generated by the
notebook.
+ 'IPython.sphinxext.ipython_console_highlighting'
]
+# Links
Review comment:
Ahh .. there were some changes not pushed into this PR. I will push
soon. https://github.com/apache/spark/pull/29491#discussion_r474399231 too ..
----------------------------------------------------------------
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]