Skip to content
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

Version warning banners not showing #11501

Closed
pmocz opened this issue Jul 25, 2024 · 1 comment
Closed

Version warning banners not showing #11501

pmocz opened this issue Jul 25, 2024 · 1 comment

Comments

@pmocz
Copy link

pmocz commented Jul 25, 2024

Details

Expected Result

I'm expecting some version banner warnings to show up as I switch versions of the project using the flyout. I have all the new add-ons enabled in read-the-docs maintainer dashboard. The project uses github tags

Actual Result

I do not see version warning banners

@stsewd
Copy link
Member

stsewd commented Jul 29, 2024

Hi, this is because your versions don't follow semver as specified by the PEP 440 (https://docs.readthedocs.io/en/stable/versions.html#how-we-envision-versions-working). We use that to sort versions, and get the stable version. Since none of your versions are valid, we don't have a stable version to link to (we always link to the stable version in the warning banner).

See #11183 and #5319, for letting users define how to get the stable version.

@stsewd stsewd closed this as not planned Won't fix, can't repro, duplicate, stale Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants