From 78088ab9c41684c4bd1f6cf069449398a97bac01 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 25 Feb 2023 14:39:01 +0100 Subject: [PATCH] DOC: install "librsvg2-bin" on RTD --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) 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