Skip to content

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

Closed
ambroisemaupate opened this issue Feb 4, 2019 · 6 comments
Closed

Build error with build id #8504705 #5223

ambroisemaupate opened this issue Feb 4, 2019 · 6 comments
Labels
Support Support question

Comments

@ambroisemaupate
Copy link

Details:

Expected Result

Begin Sphinx compilation

Actual Result

Compilation fails after doing a git clean -d -f -f but return code is 0

@stsewd
Copy link
Member

stsewd commented Feb 4, 2019

This is because you have an unused submodule in your project https://github.com/roadiz/docs/blob/master/.gitmodules See #4371

@stsewd stsewd added the Support Support question label Feb 4, 2019
@humitos
Copy link
Member

humitos commented Feb 6, 2019

@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.

@stsewd
Copy link
Member

stsewd commented Feb 6, 2019

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

@ambroisemaupate
Copy link
Author

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.

@ambroisemaupate
Copy link
Author

Ok, compilation works fine after removing .gitmodules file. Our RTD theme is cloned in conf.py so no need to use git submodule anyway.

@humitos
Copy link
Member

humitos commented Feb 9, 2019

Ok, compilation works fine after removing .gitmodules file. Our RTD theme is cloned in conf.py so no need to use git submodule anyway.

This a workaround, but not the real solution. Thanks for the update!

We need to find a proper solution for this, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Support question
Projects
None yet
Development

No branches or pull requests

3 participants