Task #831
closedIncorrect banners on RTD pages
0%
Description
Background:
RTD uses branch names to determine if a user is browsing the latest version or not. If you are not on the latest version, you will be shown a banner claiming the docs you are on are out of date like this one.
The issue:
RTD "incorrectly determines if a branch is the latest or not"https://github.com/rtfd/readthedocs.org/issues/1207. This has caused situations where banners are displayed on the production docs incorrectly claiming they are out of date for the development docs.
Expected behavior:
I expect the latest public version to not show a banner saying it is out of date. I also expect any non-latest versions to show a banner that their docs are out of date.
Recommended fix:
We cannot fix this in Pulp. It needs to be fixed in the upstream bug [0] in RTD.
Related issues
Updated by bmbouter over 9 years ago
- Description updated (diff)
- Tags Documentation added
Updated by bmbouter over 9 years ago
- Related to Issue #840: Beta and release candidate documentation is not available added
Updated by bmbouter over 9 years ago
- Related to deleted (Issue #840: Beta and release candidate documentation is not available)
Updated by bmbouter over 9 years ago
- Blocks Issue #840: Beta and release candidate documentation is not available added
Updated by bmbouter over 9 years ago
- Related to Task #950: Consolidate platform and plugin docs into a static site. added
Updated by bmbouter over 8 years ago
- Status changed from NEW to CLOSED - CURRENTRELEASE
We no longer use RTD so this is not a problem anymore.