Rob Allen

Results 128 comments of Rob Allen

I'm not a Sphinx user, so will be guided by people who use it.

Yes. I found that recently and it's fixed in #1214. Specifically, this commit: https://github.com/rst2pdf/rst2pdf/pull/1214/commits/4dfd43b74c9c0a998529ec4278a3f03bf05498b2

Yep - it's just in the PR from my repo to this one. The PR is also unhelpfully named. Sorry.

The `test_jpg_scaling` test is failing because the updated Pillow has fixed a DPI bug (https://github.com/python-pillow/Pillow/pull/8633) which is why the Python 3.9 build is failing. This affects us because our test...

sphinx-issue284 has broken because Sphinx now does its own formatting of the `productionlist` directive and manually formatting something already formatting doesn't work. Interestingly, fixing this showed up that our rendering...

A font fallback sounds like an excellent idea. I'm not a Python expert and so am mostly a steward of the project, but would love to review a PR that...

This is also solved in the `2.x` branch, so we probably should look at tagging 2.0 to release it.

What is the inconsistency that you are seeing?