I'm currently trying to build documentation for my Sphinx restructured text project on readthedocs.com. The documentation itself is in its own github repository. I have already added the webhook for rtd in the repo on github, but for some reason, after I imported the project, I'm getting the error:
This repository doesn't have a valid webhook set up. That means it won't be rebuilt on commits to the repository.
You can resync your webhook to fix this.
I tried resyncing the webhook by following the link provided, but when I try to build again, the error still shows up. I think that I have the settings correctly configured so I'm not sure what could be causing the problem. The repository itself is set to private, but I wouldn't think that that would necessarily cause a problem.
What could be the problem here?