You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I noticed that the build for the 'pywwt' project is failing just after the git clean step, and I get the message:
There was a problem with Read the Docs while building your documentation. Please try again later. However, if this problem persists, please report this to us with your build id (8419772).
The full log is:
Read the Docs build information
Build id: 8419772
Project: pywwt
Version: latest
Commit: c08bdbf37f31e7c6dca970443c73ec6b64d37fab
Date: 2019-01-20T09:16:03.519773Z
State: finished
Success: False
[rtd-command-info] start-time: 2019-01-20T09:16:03.909211Z, end-time: 2019-01-20T09:16:05.439721Z, duration: 1, exit-code: 0
git clone --no-single-branch --depth 50 https://github.com/WorldWideTelescope/pywwt .
Cloning into '.'...
[rtd-command-info] start-time: 2019-01-20T09:16:05.674727Z, end-time: 2019-01-20T09:16:05.748276Z, duration: 0, exit-code: 0
git checkout --force origin/master
Note: checking out 'origin/master'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at c08bdbf Added release date for v0.5.3
[rtd-command-info] start-time: 2019-01-20T09:16:05.807591Z, end-time: 2019-01-20T09:16:05.816593Z, duration: 0, exit-code: 0
git clean -d -f -f
What could be going wrong?
The text was updated successfully, but these errors were encountered:
@humitos - that helped, thanks! Basically our package had a .gitmodules file but no submodule checked out in the repository. I'm not sure why this didn't come up as an issue before though, but it was definitely a problem on our side.
Today I noticed that the build for the 'pywwt' project is failing just after the git clean step, and I get the message:
There was a problem with Read the Docs while building your documentation. Please try again later. However, if this problem persists, please report this to us with your build id (8419772).
The full log is:
What could be going wrong?
The text was updated successfully, but these errors were encountered: