Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/21659#discussion_r199096185
--- Diff: python/docs/Makefile ---
@@ -1,19 +1,35 @@
# Makefile for Sphinx documentation
#
+ifndef SPHINXPYTHON
+SPHINXBUILD ?= sphinx-build
--- End diff --
If both are set, we prefer `SPHINXPYTHON`?--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
