Is there an existing issue for this?
Sphinx or rinoh output
Exception occurred:
File "C:\Users\rdenn\AppData\Roaming\Python\Python311\site-packages\rinoh\flowable.py", line 297, in flow_inner
assert container.advance2(padding_border_bottom)
AssertionError
Source files
Too complicated. I'm getting the above exception when processing a large package with API defs processed by autodoc/napoleon. I narrowed it down to this;
def DestinationSideOfPier(self, RightAscension: float, Declination: float) -> PierSide:
which is rendered by autodoc. By changing the DestinationSideOfPier to Yo in that one place, the entire document (loads of classes and property/method defs) renders in Rinoh. I'm a bit overwhelmed by all of the Element Styling info in the manual. I know padding_border_bottom is an element style, and I looked in flowable.py but it's way above my head. It seems that that method name is longer than expected. But there are so many layers to this....
Is this a bug, a limitation, or is there a possible solution that I can implement here?
Versions
rinohtype 0.5.5 (2024-07-13)
Sphinx 7.2.6
Python 3.11.1 (tags/v3.11.1:a7a450f, Dec 6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)]
Windows-10-10.0.19045-SP0
Is there an existing issue for this?
Sphinx or rinoh output
Source files
Too complicated. I'm getting the above exception when processing a large package with API defs processed by autodoc/napoleon. I narrowed it down to this;
which is rendered by autodoc. By changing the
DestinationSideOfPiertoYoin that one place, the entire document (loads of classes and property/method defs) renders in Rinoh. I'm a bit overwhelmed by all of the Element Styling info in the manual. I knowpadding_border_bottomis an element style, and I looked in flowable.py but it's way above my head. It seems that that method name is longer than expected. But there are so many layers to this....Is this a bug, a limitation, or is there a possible solution that I can implement here?
Versions