ionelmc / python-redis-lock

Lock context manager implemented via redis SET NX EX and BLPOP.
https://pypi.python.org/pypi/python-redis-lock
BSD 2-Clause "Simplified" License
550 stars 78 forks source link

Documentation on readthedocs stuck on 3.2 #82

Closed SalomonSmeke closed 4 years ago

SalomonSmeke commented 4 years ago

As title! Im unsure if readthedocs is meant to automatically check for changes to the repo, or if there's some process for pushing the new documentation on usage up. But readthedocs is stuck on the 3.2 release. A few changes to the documentation have happened since.

ionelmc commented 4 years ago

Don't know how the integration was broken for so long, thanks for pointing out.

SalomonSmeke commented 4 years ago

Anytime.