HyukjinKwon commented on code in PR #47270: URL: https://github.com/apache/spark/pull/47270#discussion_r1671584766
########## dev/requirements.txt: ########## @@ -37,6 +37,12 @@ nbsphinx numpydoc jinja2 sphinx==4.5.0 +# With sphinx 4.5.0, we need to pin 'sphinxcontrib-*', it should unpin 'sphinxcontrib-*' after upgrading sphinx>5 +sphinxcontrib-applehelp == 1.0.4 Review Comment: Can we set upperbound instead? This is for developement (not CI) so we don't really need to pin if it works. -- 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]
