Advanced admonition is broken in pdf.
Opened this issue · 2 comments
The grey box around the admonition is too short, which causes the text to leave the box along the top edge. Also the bottom of the propeller cap is nearly touching the bottom edge of the box.
I've attached an image that shows how it looks. The image is from the pdf generated with 53e27e9 (master at the time of writing).
I bisected master to try and find where the issue is introduced, it seems to come from eebb93f, due to bumping ubuntu 20.04 to 22.04. If I change the version back to 20.04, rebuild the docker container, and generate the pdf, the issue goes away.
Ugh; that's awfully frustrating. Overall it feels like the move to Sphinx has been a huge mistake; it just does not have the commitment to reliability this project needs.
Thanks for bringing it to my attention, but I'm not entirely sure what I'm going to do about this. Downgrade seems like an immediate option?
Overall it feels like the move to Sphinx has been a huge mistake
For what it's worth, I submitted this sphinx-doc/sphinx#11113 to sphinx. If they merge it, it should fix #419