You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We expect that once we untick a box in the project's Versions admin UI that it stays that way for all releases.
Actual Result
We suspect, but have not yet confirmed, that there is an unexpected behavior in RTD whenever we cut a new release of our project to GitHub. Here's what we think is happening.
This is a difficult thing for us to test because we don't want to cut several releases to confirm. Sorry. The best we can do is watch for it the next time we cut a release.
We worked around it by setting the stable version to Active and Private. This makes it not public and removes it from the RTD pop-up version selector
This is probably "bad UX": that green button always takes you to the default branch (defined in the Admin tab) documentation. Although, there is a new and tiny "View docs" link shown immediately after the build has finished and completed in the right side (below the date and seconds spent for building)
Thanks for reporting, I'm closing this in favor of #4672, which I believe are the same problem. Also, I have a PR that fixes this #4733, if after mergin/releasing you notice the problem again, feel free to ask to reopen this issue, but I really think is the same problem (my pr doesn't fix only for latest, but in general).
OK, I've subscribed to both the issue and the PR, so I can track when it's ready. We just released Pyramid 1.10a1, and we'll soon do the same switcheroo as the final release of 1.9.
Expected Result
We expect that once we untick a box in the project's Versions admin UI that it stays that way for all releases.
Actual Result
We suspect, but have not yet confirmed, that there is an unexpected behavior in RTD whenever we cut a new release of our project to GitHub. Here's what we think is happening.
stable
version.Details
This is a difficult thing for us to test because we don't want to cut several releases to confirm. Sorry. The best we can do is watch for it the next time we cut a release.
We worked around it by setting the
stable
version toActive
andPrivate
. This makes it not public and removes it from the RTD pop-up version selectorHowever the stable build also returns a 404 for logged in admin users whom we expected to have the ability to view that build. Additionally for the
stable
build, the green button View Docshref
attribute points to http://docs.pylonsproject.org/projects/pyramid/en/latest/, which I would expect to be http://docs.pylonsproject.org/projects/pyramid/en/stable/. Let me know if paragraph merits a separate issue report.The text was updated successfully, but these errors were encountered: