-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
item too long to fit on line is stuck without any progress #351
Comments
Do you mean that the rendering ends up in an endless loop? Note that, as the new issue form mentions, I cannot debug this without having access to your Sphinx project or a minimal example reproducing the issue. |
Yes, as you can see from the output screenshot, the pdf generation is stuck at 14% and I don't know where or which .rst file it is pointing to to correct the "item too long" message. |
There are several things in your document that cause the rendering loop to get stuck:
Some general remarks about your document that occurred to me when trying to debug this:
|
Is there an existing issue for this?
Sphinx or rinoh output
Source files
In conf.py file, on using the below config, and when I run the command:
sphinx-build -b rinoh source build/rinoh
, the message - "item too long to fit on line" hangs indefinitely and doesn't progress.Versions
The text was updated successfully, but these errors were encountered: