-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
stable not updating after pushing new tag #2032
Comments
Please can you give me a way to fix if stable ever builds the wrong thing? Right now, as soon as the user makes an incorrect tag, it's broken forever. Perhaps there could be a box in the admin UI to force stable to a particular commit? The purity of the semver approach is nice in theory, but in practice, we all make mistakes! |
I tried pushing a completely new 1.3.1 tag but stable still hasn't been updated, it still seems to be stuck on the old 1.3.0 tag. Please can you investigate? stable seems to be building commit e28b1cb9b1700ede2a69cc6bb81b690a008676a6 |
Stable isn't updated because we don't have a |
I'm seeing a similar issue. I've set the In this case, I've just pushed a release for v0.5.0 of django-improved-user. RTD shows me the new tag, and allows me to build docs for that tag without a problem. However, the I've tried manually building both |
Welp. This is embarrassing. Found the answer in the docs: 'We only consider non pre-releases for the stable version of your documentation.' Whoops. I consider the issue solved. |
A lot of work on how stable versions are handled were done in the last year. So I'd like to know, @fasaxc, if you still have this issue? If you don't, please close the issue. Thanks for your report! |
I have a similar issue. I have released a new version of my decorator module (version 4.2.0) but |
@micheles did you try manually building the latest version? (that way the version list is refreshed) |
Yes, I tried but it does not work. At the end I turned "stable" into inactive status, since "latest" does what I expect (i.e. points to the latest version 4.2.1 which is stable anyway) and it is good enough for me. |
Just piping in to say I've got the same problem (http://pyro4.readthedocs.io) 4.71 is the latest release version but stable remains stuck on the commit from the previous version. |
@pineapplemachine can you provide the build url, and project? |
Everyone having this problem, it is a bug (more information on #3887). The current solution is recreating the project (the same name can be used) |
Just for reference: I did not need to recreate the project. Simply re-building |
I have been trying to get It is likely that forks of my repo have these old tags still. Could that somehow be the problem? I am curious why there is not simply an option to force ReadTheDocs delete a version that the administrator knows to be invalid. |
@xylar please provide your Read the Docs project url |
I think I found your project https://readthedocs.org/projects/mpas-analysis/ Anyway, I just import your project on my local instance and seems to be ok If you are still having the problem you can try wiping the environment (this can be done in the |
@stsewd, thanks for looking into this! Yes, that is the correct URL for our project on ReadTheDocs.
I tried wiping each unwanted tags with no effect. I tried deleting the project and re-importing it, also with no effect. Could something be cached on the ReadTheDocs side when I delete a project and bring it back? |
Hi, all people here, the fix for this bug was already deployed, can you test if that really solves your problem? (you may need to wipe and rebuild another version). You may need to do some additional steps if that doesn't work #3913 (comment) |
Details
I moved the
1.3.0
tag to point to the latest version of1.3.0
but stable still rebuilds using the old1.3.0
commit. Rebuilding1.3.0
does the right thing.If this issue is for a specific project or build, include the following:
The text was updated successfully, but these errors were encountered: