HyukjinKwon commented on a change in pull request #29491:
URL: https://github.com/apache/spark/pull/29491#discussion_r474404519



##########
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:
       Ah .. I thought I commented like that. Sure👌 




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to