amol- commented on a change in pull request #11726:
URL: https://github.com/apache/arrow/pull/11726#discussion_r787587318
##########
File path: ci/scripts/python_build.sh
##########
@@ -75,5 +75,6 @@ popd
if [ "${BUILD_DOCS_PYTHON}" == "ON" ]; then
ncpus=$(python -c "import os; print(os.cpu_count())")
+ pip install -r ${arrow_dir}/docs/requirements.txt
Review comment:
> @jorisvandenbossche do we want to include this in 7.0? Personally I'd
like to :)
It would be great if we can include this in version 7.0
I see it as a good improvement to docs and I feel it would sad to not
shipping it due to some areas for improvement here and there compared to the
current docs that has types that don't work at all.
--
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]