Brecht Machiels
Brecht Machiels
@dependabot rebase
The XX basically means that rinohtype can't resolve the reference or page number. I'll need to investigate to see what's happening exactly. Thanks for the extra info!
I can't reproduce this ([tests-regression/sphinx/test-ref](https://github.com/brechtm/rinohtype/tree/master/tests_regression/sphinx/test-ref)/[chapter1.rst](https://raw.githubusercontent.com/brechtm/rinohtype/master/tests_regression/sphinx/test-ref/chapter1.rst) - [project zip](https://download-directory.github.io/?url=https%3A%2F%2Fgithub.com%2Fbrechtm%2Frinohtype%2Ftree%2Fmaster%2Ftests_regression%2Fsphinx%2Ftest-ref)). It could also be a Sphinx bug that's already fixed (I tried with 5.3.0). If you still see this with Sphinx 5.3.0,...
> Do you want me to send my demo instance? Yes, please.
Thanks, that helped! Turns out this only happens with index terms in section titles that are rendered out of line (_BodyPageTemplate.chapter_title_flowables_). For the book template (and your derivative), that means...
> I will not add an index entry to a heading where there is a directive preceding it To be clear: the issue isn't caused by the directive preceding it....
It is likely that this case is not handled. It should be easy to check whether the table body is missing (or empty, rather) and gracefully handle this situation. If...
For Markdown support, rinohtype currently depends on [recommonmark](https://github.com/readthedocs/recommonmark), which was deprecated some time ago. Therefore, we'll need to migrate to another Markdown-to-docutils parser. Candidates are: - [MyST](https://github.com/executablebooks/MyST-Parser); rather heavyweight (builds...
This fix is now included in the [development version](https://github.com/brechtm/rinohtype#getting-started). It is still not clear to me what is causing this, so it would be helpful if you can provide a...
I replaced recommonmark with MyST. Please try with the current development version of rinohtype: pip install https://github.com/brechtm/rinohtype/archive/refs/heads/master.zip Now _rinoh_ will render your document, but the relative links aren't handled properly....