-
-
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
Build failing most of the time #3073
Comments
The error here was a unicode error during setup. This will likely need some local debugging to pinpoint |
Let me know if I can help... All that I can tell you actually is that the docs build locally; with sphinx 2.2.11 |
I think I've found the cause of the issue... This seems to bre related to the MD part of the doc. I've just disabled After check, I can see a warning locally when it is enabled:
Our doc was previously in MD, I'm migrating to RST; disabling the module is not a big issue. Anyways, I'd expect rtfd not to fail without message :) Hope that helps. |
Finally... This does not solve the issue. The commit on which I've disabled the module has been built; but this is failing again now. |
I have the same problem with two repositories. Here is an example from the Tiko'n repository: Interestingly, occasionaly the builds will work on a translation of the same project (but not replicably so-- a few days ago the "Urdu" translation (actually still in Spanish) was working, but now the Tamil translation is working instead): Urdu version logs: |
Okay, I finally found the source of this. This was a bug with our celery builder where the locale was not being picked up correctly. The result was any use of I just did a deploy of the fix today, and I successfully rebuilt your project @trasher. |
Same for you @julienmalard -- builds for your project are getting past the initial failure. |
Many thanks @agjohnson! It works now. |
Yes, works for me as well! |
Hello @agjohnson ; Seems like this is fixed now; thank you very much! |
Details
Expected Result
Doc get built ;)
Actual Result
Most of the time, the build fails with "An unexpected error occurred". It's just a rst/md doc with a customized template; nothing really special; no code, ...
The text was updated successfully, but these errors were encountered: