AlenkaF commented on code in PR #36296: URL: https://github.com/apache/arrow/pull/36296#discussion_r1252673601
########## 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: Correct, it only needs to be executed once. We could also keep Makefile as is (without `pip install` command) and add the info to the docs for the user with MacOS issues to run `python -m pip install ../python --quiet --no-dependencies` before calling any of the make commands? That would keep the workflow optimised without an extra install for other users and would enable the correct build for all make targets for MacOS users? -- 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]
