-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Provides a way to set the "stable" version manually #3279
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
Comments
@humitos @ericholscher, I would like to take up this issue. For UI part we can give a |
+1 for this feature, my build is failing because |
Isn't the way to do this to just create your own branch named "stable" and use that? |
@ericholscher I thought rtd will automatically pick up the latest release tag as |
It should, but this ticket is about specifying it manually. If there is a bug in our version resolution, that is a separate issue. |
@ericholscher that would be my #3714 |
Moving this out of the YAML milestone. If we did implement anything here, I don't think we'd want it linked to the YAML file. |
RTD allow overriding the stable version by creating a branch or tag named |
Not sure if this is something we can put on our yaml, per-version settings only. This looks like a project setting. |
I feel like the answer here should be "If you want a custom |
Currently, users can specify a custom latest on the web admin, I think the major feature here is that user's don't want to maintain 2 branches/tags, say they want |
I think we don't want to add another setting for this only to support this case.
I suppose that we can document this and just close this issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This can be closed in favor of #5319, but we could still document that people can create a version named |
Yes. The only actionable thing missing from this issue is the documentation part #3279 (comment) |
I will work on it. |
This issue comes from #3268 (comment)
I think it could be a good nice to have, so I'm opening this issue so we can discuss here if it would be better or it could be more confusing at the end.
Besides, how it should be implemented in the UI; I image it
stable
title with an input and a description "Leave it blank to use the RTD default logic to determine the stable version")yaml
fileThe text was updated successfully, but these errors were encountered: