From 5b60a58cde372c1aa7f6bad3b9f2fa5f48ec8910 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Fri, 19 Apr 2024 03:31:33 -0400 Subject: [PATCH] docs: fix convert svg error on RTD Per https://github.com/readthedocs/readthedocs-docker-images/issues/131#issuecomment-613624239, the solution is to install inkscape in the RTD environment. --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index e8b81a4109..d00b9d0cca 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,4 +8,6 @@ build: - pip install uv post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install -r doc/requirements.txt + apt_packages: + - inkscape formats: all