-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Backport docs updates (conda-forge link, canonical URL) to 1.6.x #30727
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
Backport docs updates (conda-forge link, canonical URL) to 1.6.x #30727
Conversation
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Sounds good to back-port the conda-forge user-friendly doc as well since @jeremiedbb planned to do it in #30686. |
I looked at #30686 to get an idea of how to do the backporting, which is what reminded me of the conda-forge thing :D |
I double-checked the generated doc and it does have the |
Ah no there is no auto-merge on release branch because no required checks, so I'll do it the old way and wait for the CI to be green ... |
So after a few detours, in particular fixing the 1.6.X doc build by merging #30716, |
Turns out I was bothered enough 😅, see #30731 |
This is my first attempt at backporting something to a release branch. I followed the first step from https://scikit-learn.org/dev/developers/maintainer.html#reference-steps (create a new branch from main, then rebase from
upstream/1.6.x
).I picked two commits. The first one updates the conda-forge install page we link to, the second one adds teh canonical URL to our docs pages.
If this works/was the right way of doing this I'll repeat it for 1.5.x