twisted / treq

Python requests like API built on top of Twisted's HTTP client.
Other
587 stars 140 forks source link

readthedocs.org is not up-to-date #261

Closed ktdreyer closed 4 years ago

ktdreyer commented 4 years ago

I'm seeing two issues with the readthedocs site:

1) The URL "https://treq.readthedocs.io" redirects to https://treq.readthedocs.io/en/release-17.8.0/ instead of the latest documentation at https://treq.readthedocs.io/en/latest

2) I would expect readthedocs "latest" documentation to reflect master, but that is not the case right now. For example, 8cd8be1ad9de3380431160f731d6871a94796e13 changed ~twisted.test.proto_helpers.MemoryReactor to ~twisted.internet.testing.MemoryReactor in docs/testing.rst, but https://treq.readthedocs.io/en/latest/testing.html still links to the old proto_helpers link.

twm commented 4 years ago

Thank you for bringing this to my attention!

  1. I set the default branch so that https://treq.readthedocs.io redirects to https://treq.readthedocs.io/en/release-18.6.0/

  2. It looks like the GitHub webhook that triggers builds isn't working:

    image

    I tried to recreate it but I don't seem to have permission to do so on the GitHub side. @glyph or @hawkowl could you go here https://readthedocs.org/dashboard/treq/integrations/104645/ and click Resync Webhook (or follow these directions if you don't want to link your RTD and GitHub accounts).

In the meantime I manually rebuilt master.

I'll leave this open until we fix the automation.

hawkowl commented 4 years ago

I boop'd it, so it should be good now.