Search code examples
read-the-docs

How come readthedocs isn't showing latest version?


In the following project:

https://readthedocs.org/projects/django-guardian/versions/

Version 1.4.1 isn't showing up. Yet version 1.4.1 is tagged in github, and I have made pushes after this change.

https://github.com/django-guardian/django-guardian/releases

How do I get v1.4.1 to show up? I don't see it in the administration version options either.

(v1.4.0 doesn't show up either, however that is because I manually disabled this revision; there was an error that prevented readthedocs building this version due to a missing dependency)


Solution

  • That's strange 1.4.1 should be available by clicking on latest link from Django-gourdian versions page, maybe that's documentation page haven't updated yet from 1.4.0 to 1.4.1.

    Anyway, you could click on latest link from Django-gourdian versions page to access documentation for Version: 1.4.0, anyway that's quite closer to latest version...

    Update

    After triggering builds on latest and stable. stable and latest point to Version: 1.4.1 of documentation as supposed to.