-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Build failed at git clean stage #4728
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
Comments
I ended up merging my Sphinx branch to master, but it was still failing. I then tried deleting the project on (Sorry for deleting the project before anyone had a chance to look at the previous failure). |
The issue is because you have an invalid submodule https://github.com/spinicist/QUIT/blob/0d81abb965d9c1be0ccbd071d9ee453daad6e4db/.gitmodules#L10 and rtd fails when checking for submodules |
And thanks for using rtd! |
@spinicist please, remove the submodule that @stsewd mentioned and try building again. It should work after that. If that's the case, please close this issue. In case you find any different problem on your building after removing that submodule, please open a new issue. Thanks and welcome home ;) |
That's another issue #4288 |
Great - hopefully that will get resolved in the future. Final question - is there a way to get rtd to skip the submodule checkout stage? For my project, I don't need the submodules to build the documentation. Thanks for your fast responses, very much appreciated. |
We have that feature in our next version of the configuration file #4493 (hope we have an opt-in or open beta soon), stay tuned! |
Good news, thanks again. |
Happy that you fixed your issue! |
Um, it fixed one issue but now I have another related one (sorry). I have two branches - So I could use that beta version ASAP 😉 |
You can select a |
I missed that setting. Hooray! It all works now. |
hello. i'm a beginner and im finding it really difficult to effect changes on my page as it keeps failing on the build stage. Something that has to do with the build stage. please can you assist me resolve this issue? |
Its actually Build with Jekyll |
Details
Hello,
I am trying to swap from Github Pages (compiled with mkdoc) to ReadTheDocs (and Sphinx) for my C++ project. I wanted to do this in a separate branch before merging to master, but that appears to be failing because the
git clean
step fails (there is a directory in the master branch that no longer exists in the Sphinx branch).Expected Result
ReadTheDocs completes the build
Actual Result
The build fails at the
git clean
stage.The text was updated successfully, but these errors were encountered: