The PDF documentation on readthedocs was missing the figures in the fixtures reference chapter. This PR uses a Sphinx plugin that automatically converts the checked-in SVG files to the PDF input files that LaTeX requires. The SVG-to-PDF conversion is done by inkscape, which gave the best conversion among the tools I tried. However, it [does not yet understand][href-bug] that you can write a plain `href` instead of `xlink:href` in svg files, so I’ve had to edit the SVG files accordingly. [href-bug]: https://github.com/TeX-Live/luatex.git
8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
pallets-sphinx-themes
|
|
pluggy>=1.0
|
|
pygments-pytest>=2.2.0
|
|
sphinx-removed-in>=0.2.0
|
|
sphinx>=3.1,<4
|
|
sphinxcontrib-trio
|
|
sphinxcontrib-svg2pdfconverter
|