kou commented on code in PR #36296: URL: https://github.com/apache/arrow/pull/36296#discussion_r1252689534
########## 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 think that the approach is better. But I'm not a `make python` user. If other `make python` users like the current approach (`with `pip install` command) , I don't object the current approach. -- 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]
