-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Build ends with Unknown Error (html is generated but no PDF) #3277
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
Again, I have investigated problem on my local environment - for some reason Sphinx 1.5.6 starts to generate corrupted latex output: It is enough to require Sphinx>=1.6.5 to solve the issue. Anyway, it would be nice to have a way of getting access to more info about problematic builds (like pdflatex terminal output). |
@piogor your suggestion for more information might get lost. A targeted issue asking for more info about problematic builds, in the case of pdflatex specifically, might be a good one to open. Thanks for taking the time to log your problem and solution! |
I will open the issue :). |
This is an unhelpful error because something happened at the system level and we didn't catch the error. Raising a traceback is a security hole, so we're moving from "Oops, oh well" messaging to "Oops, well here's a reference" instead. We'll address the particular issue here and hopefully come up with an actual error that we can catch for this case. |
Thanks for explaining, @agjohnson. Sounds good. |
I'm closing this issue in favor of #4288, which is about the problem why the output of |
Details
Expected Result
Build all documentation (html, PDF) without failing or meaningful error description ;-).
Actual Result
Build ends with the following error:
However html was built but no new PDF output was generated (there is still old version available for download).
The text was updated successfully, but these errors were encountered: