-
-
Notifications
You must be signed in to change notification settings - Fork 214
fix(Makefile): fallback sphinx version to <5.3 #330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[why] The CI jobs failed after sphinx 6.0 was released. Limit the version <6 as temporary solution.
mattwang44
commented
Oct 19, 2022
This can be reverted after python/cpython#98437 is merged. |
The CI jobs failed after sphinx 5.3 was released. Limit the version <5.3 as a temporary solution.