diff --git a/.readthedocs.yml b/.readthedocs.yml index 089f04bf..446c4658 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,6 +3,11 @@ build: os: ubuntu-22.04 tools: python: "3" + apt_packages: + # rsvg-convert for SVG -> PDF conversion + # using Sphinx extension sphinxcontrib.rsvgconverter, see + # https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter + - librsvg2-bin python: install: - requirements: doc/requirements.txt