-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update installing.rst #2691
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
Update installing.rst #2691
Conversation
`git submodule add` needs the branch before the repository or else it is ignored. The previous code checked out the `master` branch, not the `stable` branch.
|
@YannickJadoul, I'm new to |
Well, yeah, the idea was to make the CI pass, indeed. There's absolutely no way your change caused this, but by targeting I can make that change quickly as well, but let's ask @henryiii if this PR should be targeted to |
|
It's really up to @wjakob, but I think we should always target master, and then update stable for new releases. For docs, it is potentially a bit more complicated, since stable is what shows up by default in readthedocs, so a docs-only PR could in theory target stable. But if that's the case, it should still target master, and should be backported to stable with some sort of note or label. And, in this case, we’d have to backport our CI changes to stable too, since stable has the old actions that were updated for the security patch. |
henryiii
left a comment
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.
Windows jobs randomly have an error due to a known issue - that's fine. LGTM.
|
This won't show up in the "stable" branch on RtD until we have a release that includes it, but it will change on the "latest" docs immediately. Thanks! |
git submodule addneeds the branch before the repository or else it is ignored. The previous code checked out themasterbranch, not thestablebranch.