-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Fix CircleCI doc build #21698
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
Fix CircleCI doc build #21698
Conversation
Actually it looks like Python 3.10 is supported in sphinx 4.2.0 according to sphinx-doc/sphinx#9562 (comment). I switched back to Python 3.10 and pin sphinx version to 4.2.0 in the CircleCI doc build. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @lesteve.
- SPHINX_VERSION: 'min' | ||
# Bump the sphinx version from time to time. Avoid latest sphinx version | ||
# that tends to break things slightly too often | ||
- SPHINX_VERSION: 4.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a reference to a related discussion: #20057
What does this implement/fix? Explain your changes.
Work-around for CircleCI failure: https://app.circleci.com/pipelines/github/scikit-learn/scikit-learn/20216/workflows/48912744-6176-4bcd-bea7-c5b0b3dc2a49/jobs/162969
Looks like sphinx may not be supporting Python 3.10 yet?