nchammas opened a new pull request, #44484:
URL: https://github.com/apache/spark/pull/44484
### What changes were proposed in this pull request?
Clarify in the README for building docs that the Python API docs also
require Pandoc, not just R.
### Why are the changes needed?
Attempting to build the Python API docs without Pandoc installed will yield
the following error:
```
reading sources... [ 0%] getting_started/quickstart_connect
Notebook error:
PandocMissing in getting_started/quickstart_connect.ipynb:
Pandoc wasn't found.
Please check that pandoc is installed:
https://pandoc.org/installing.html
make: *** [html] Error 2
------------------------------------------------
Jekyll 4.3.2 Please append `--trace` to the `build` command
for any additional information or backtrace.
------------------------------------------------
.../spark/docs/_plugins/copy_api_dirs.rb:130:in `<top (required)>': Python
doc generation failed (RuntimeError)
```
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Via trying to build the Python docs without Pandoc.
### Was this patch authored or co-authored using generative AI tooling?
No.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]