viirya commented on a change in pull request #29491:
URL: https://github.com/apache/spark/pull/29491#discussion_r474400412
##########
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:
Can we add more few words explaining where these links locate? Like
"Links used in python/docs/source/index.rst".
----------------------------------------------------------------
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]