wayneguow commented on code in PR #47270: URL: https://github.com/apache/spark/pull/47270#discussion_r1671632238
########## dev/requirements.txt: ########## @@ -37,12 +37,13 @@ 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 -sphinxcontrib-devhelp == 1.0.2 -sphinxcontrib-htmlhelp == 2.0.1 -sphinxcontrib-qthelp == 1.0.3 -sphinxcontrib-serializinghtml == 1.1.5 +# With sphinx 4.5.0, we need to set the upperbound version of sphinxcontrib*, it should be removed after upgrading sphinx>=5 +sphinxcontrib-applehelp <= 1.0.4 +sphinxcontrib-devhelp <= 1.0.2 +sphinxcontrib-htmlhelp <= 2.0.1 +sphinxcontrib-jsmath <= 1.0.1 +sphinxcontrib-qthelp <= 1.0.3 +sphinxcontrib-serializinghtml <= 1.1.5 Review Comment: Fixed it. -- 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]
