Brecht Machiels
Brecht Machiels
See https://github.com/readthedocs/recommonmark/issues/202.
We can make recommonmark an optional dependency for rinohtype and output a clear error message when the recommonmark import fails.
[Python issue 29994](http://bugs.python.org/issue29994) discusses `site.USER_SITE`, which could also be set and used as the location to install font (and other resource) packages to.
Your reStructuredText file actually produces enumerated lists with definition lists (with a single item) in their items. Is that what you intended? See the output from _rst2pseudoxml.py_ (comes with docutils)...
Reopening this to track the definition-list-in-list-item rendering issue.
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...
There are several things in your document that cause the rendering loop to get stuck: 1. You are running into bug #283, triggered by _fuzzy_pattern_without_border.png_ and other tall images. Scaling...
Some work was done in 7ed7c1366e4a0996cb7b7b6208ea76a2b1c45805.
> Should a StyledMatcher have a base? This would be useful in the case where the user provides a custom **independent** style sheet and a custom matcher (defining just a...
Plan of action: implement support for associating multiple matchers with a style sheet. This will already provide plently of functionality. Consider the ability to specify a base for a matcher...