Rob Allen

Results 52 issues of Rob Allen

I have a use-case where I have additional files being added to the static websites bucket by a separate function. It would be helpful if there as an option on...

enhancement

The `hl_lines` option for the `code` directive should support ranges of numbers and commas: e.g. .. code-block:: yaml :hl_lines: 2 4, 7, 10-15 which would highlight lines 2, 4, 7,...

Sphinx has `emphasize-lines` which seems to work similar to our `hl_lines`. It would be helpful to support Sphinx's option, presumably as an alias to `hl_lines`?

Sphinx

While upgrading rst2pdf's `math` directive support (#1033), it was clear that we don't currently support multi-line equations such as ``` .. math:: (a + b)^2 &= (a + b)(a +...

enhancement

We need to get a handle on how the version number is created for manual.pdf. On my computer, if I do: ``` git checkout 0.98 pip install -e . cd...

All skipped tests need to be either fixed or removed from the test suite as practically, no one is every going to check them manually. This is the list of...

help wanted

When documenting hyphenation (#933), I asked if we should consider automatically enable hyphenation and also honour the `--language ` flag as it seems like it's a good thing if you've...

enhancement

When we create a Release on GitHub, it would be useful if a GH action ran that created the docs via `doc/gen_docs.sh` and raised a PR against rst2pdf.github.io with the...

good first issue

Related to #810, for slide-decks in particular it would be helpful be able to specify a background colour for a page. Ideally when specifying a new page in the rst...

enhancement

One issue with python command line tools in general is that non-Pythonistas install everything into the global python and then the tool doesn't necessarily have the same set of dependencies...

help wanted