jazzband / django-hosts

Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
http://django-hosts.rtfd.org
Other
979 stars 107 forks source link

Documentation on readthedocs.io site is outdated #135

Open abeld opened 2 years ago

abeld commented 2 years ago

It appears that the latest version of django-hosts (on pypi, etc.) is 4.0, but the documentation on readthedocs.io is for the 3.0 version. The README links to django-hosts.rtfd.org which ends up loading https://django-hosts.readthedocs.io/en/latest/ where the changelog page (https://django-hosts.readthedocs.io/en/latest/changelog.html) shows that it is the 3.0 version.

browniebroke commented 4 months ago

Looking at the builds page confirms that I think: https://readthedocs.org/projects/django-hosts/builds/

I recall that readthedocs changed the webhooks with GitHub a while back and I had to reconnect some of my projects. I think an admin could do it here for django-hosts: https://readthedocs.org/dashboard/django-hosts/integrations/

Also, I think the readthedocs config file is now required

browniebroke commented 3 months ago

Looks like the webhooks between RTD and GitHub were refactored around 2018: https://github.com/readthedocs/readthedocs.org/pull/2433

Some notifications were added a bit later: https://github.com/readthedocs/readthedocs.org/pull/4898/files

This section has a few explanations: https://github.com/readthedocs/readthedocs.org/pull/4898/files#diff-0674f143ef925d970ea69230599dcd5fcb9e55d2b72357435835ede3a7d457c8R167

And link to an old GitHub page with the deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/