readthedocs / readthedocs.org

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

Docs not building after push to repo #1598

Closed Gabriel-p closed 9 years ago

Gabriel-p commented 9 years ago

I noticed this yesterday for my repo: https://github.com/asteca/ASteCA-Docs

After a push, the documentation wouldn't update automatically (I have RTD set up as a Service in the Github repo).

I had to manually build it and even so only the HTML version was built, when I have the Create a PDF version of your documentation with each build. option checked.

I just made another push (few minutes ago) and still nothing.

Gabriel-p commented 9 years ago

Weird, I just noticed that the PDF is being produced even if no notice of "Passed" is given in the builds page.

Still not making the builds automatically though, I have to manually force them.

agjohnson commented 9 years ago

The build system no longer creates magic pdf builds, they are encapsulated under the main build object.

Not sure on the webhook, we'd have to look more into that.

Gabriel-p commented 9 years ago

Thanks for clarifying the PDF building issue. I'll try a new commit push in a couple of hours to see if this problem is fixed and report back here.

Gabriel-p commented 9 years ago

Just pushed a commit (~10 min ago: https://github.com/asteca/ASteCA-Docs) and there's no new build: https://readthedocs.org/projects/asteca/builds/

Gabriel-p commented 9 years ago

2 hrs since pushed commit, still no build.

Gabriel-p commented 9 years ago

+8 hrs now, still nothing. @agjohnson should I just build it manually?

agjohnson commented 9 years ago

If it isn't triggered immediately, the webhook failed. My guess is your repository name doesn't match the github repo URL (it's case sensitive).

Gabriel-p commented 9 years ago

Yep, that was it. I didn't notice it was case sensitive and some time ago I had changed the name of the repo from asteca to ASteCA.

Closing the issue, thank you for your help @agjohnson!