-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Builds fail with no 'master' branch #4890
Comments
I believe this should only pass once when first importing the project, rtd doesn't have the versions, it clones the repo, checkout to master, and then sync the versions. That step can be done before the checkout, I think when #4259 is fixed, will cover this case too. I'll search if this only happens on the first import or in some other places later. |
I tried adding the branch to the project for an initial import and then the docs could build. After deleting the branch, builds stopped working again. I just tried rebuilding: https://readthedocs.org/api/v2/build/8091150.txt |
But did you change the default branch to be |
I thought I tried that, but I just tried again and it seems to be working. I guess it /is/ the same thing. Thanks! |
Well, when the other problem gets fixed, the first build will still fail, but you won't need to create a master branch because there will be another branch (develop) in the list of available versions. |
It seems RTD is unable to import/build my project if there is no 'master' branch, even though the default branch is 'develop'. If I create a master branch, builds will start succeeding.
After reading the logs, it looks a lot like the build process has 'master' hard coded into a few places.
The text was updated successfully, but these errors were encountered: