django-celery-results icon indicating copy to clipboard operation
django-celery-results copied to clipboard

ReadTheDocs site extremely out of date

Open matthewarmand opened this issue 3 years ago • 2 comments

On both the README and on PyPI, users are pointed to https://django-celery-results.readthedocs.io for documentation on this library. The latest version according to the ReadTheDocs site and Change History is 1.1.2, released 2019-06-06. In fact, on the main site there's even a discrepancy:

image

There are 6 version tags on this repo newer than 1.1.2, but they're not reflected in ReadTheDocs at all. Is this a problem with the release process where the docs should be updating but are not? Or is there some new way of documenting the library and its changelog and ReadTheDocs is being retired? Obviously the official documentation being this out of date is a problem for anyone who isn't for some reason stuck on version 1.1.2.

matthewarmand avatar Jan 05 '22 15:01 matthewarmand

ops! thanks for the report! have to check what went wrong!

auvipy avatar Jan 06 '22 05:01 auvipy

Fwiw the discrepancy on the RTD site seems to be due to the fact that the version on the README was out of date for version 1.1.2 (See here). Looks like sometime between 1.1.2 and 1.2.0 whatever mechanism updates the docs site was broken.

matthewarmand avatar Jan 06 '22 14:01 matthewarmand