jorisvandenbossche commented on code in PR #36296: URL: https://github.com/apache/arrow/pull/36296#discussion_r1252692695
########## docs/Makefile: ########## @@ -150,6 +150,8 @@ cpp-live: .PHONY: python python: + # Remove the following line when sphinx issue (https://github.com/sphinx-doc/sphinx/issues/10943) is closed + python -m pip install ../python --quiet --no-dependencies Review Comment: I also prefer not to have this pip install here. For people that don't need it (like me, not on Mac), that would be quite annoying. -- 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]
