readthedocs / readthedocs.org

The source code that powers readthedocs.org
https://readthedocs.org/
MIT License
8.06k stars 3.59k forks source link

Docs don't build after renaming the GitHub repository #9093

Closed pavel-kirienko closed 2 years ago

pavel-kirienko commented 2 years ago

Details

Expected Result

Originally, the repository was located at https://github.com/UAVCAN/pyuavcan/

The organization was rebranded to OpenCyphal and this particular repository was renamed to PyCyphal, so the new address is https://github.com/OpenCyphal/pycyphal/

In order to update the project URI on ReadTheDocs, I removed the old project and then re-imported the new one from GitHub using the automatic import on RTD. I also removed the old webhooks and made sure that the new one is installed:

image

The URI of the webhook is https://readthedocs.org/api/v2/webhook/pycyphal/197334/

I expected the new docs to be deployed at https://pycyphal.readthedocs.io/.

Actual Result

The new URI https://pycyphal.readthedocs.io/ contains the latest build from the old repository before the rebranding took place, and new builds are never executed. The webhook is always delivered successfully though:

image
stsewd commented 2 years ago

The new URI https://pycyphal.readthedocs.io/ contains the latest build from the old repository before the rebranding took place

I see this

Screenshot 2022-04-11 at 13-42-03 PyCyphal documentation — PyCyphal 1 5 1 documentation

Which looks like the expected documentation?

About the webhook, can you check for the responses of the other events? You can also check this from the rtd side https://readthedocs.org/dashboard/pycyphal/integrations/ (click on the ingration)

pavel-kirienko commented 2 years ago

Huh, a caching problem. After purging the local cache I see the same. Sorry for bothering you.