DOC Update link to best sphinx version for doc build#26626
DOC Update link to best sphinx version for doc build#26626thomasjpfan merged 3 commits intoscikit-learn:mainfrom
Conversation
Linting PassedAll linting checks passed. Your pull request is in excellent shape! ☀️ |
|
@lucyleeow Sorry to chip in, but I just noticed that scikit-learn tests both with Therefore would it be better to leave it as is, especially since it is pretty clear which is the best version and which is the min version (either from the filename or from the comment)? |
|
I would be inclined toward only proposing a single solution. Advanced programmers will always get their heads around that stuff. I am worried about beginners and there is little value to offer several options and we should only mention the latest supported version (which I hope would be the latest release apart from when the CI is broken. |
thomasjpfan
left a comment
There was a problem hiding this comment.
I am happy with this. LGTM


Reference Issues/PRs
Follow on from #26610, relates to #26598
What does this implement/fix? Explain your changes.
As suggested here: #26598 (comment)
The current search returns results in 2 files, one of them giving the min sphinx version, which we don't want and this could be confusing. New link is this.
Any other comments?