-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Build error with build id #8504705 #5223
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
This is because you have an unused submodule in your project https://github.com/roadiz/docs/blob/master/.gitmodules See #4371 |
@stsewd why it should matter if the submodule is used or not? I mean, we should be able to clone it no matter if the build uses it for building the docs or not. The submodule looks valid to me. |
The submodule isn't in the project https://github.com/roadiz/docs, is the case of phantom submodules that makes gitpython fail Also, I have a PR for this in gitpython gitpython-developers/GitPython#818 |
I don't understand it. This sub-module is used, it's our RTD theme which is stored in a different repository. It's mandatory for documentation compilation. |
Ok, compilation works fine after removing |
This a workaround, but not the real solution. Thanks for the update! We need to find a proper solution for this, though. |
Details:
Expected Result
Begin Sphinx compilation
Actual Result
Compilation fails after doing a
git clean -d -f -f
but return code is0
The text was updated successfully, but these errors were encountered: