From c83bd30c7a1676e87486d5977b7acaad8f3db2d4 Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Wed, 12 Jun 2024 16:39:19 -0700 Subject: [PATCH] ci(docs): Workaround ReadTheDocs SVG image failure https://app.readthedocs.org/projects/project-structure/builds/24677935/ https://github.com/readthedocs/readthedocs-docker-images/issues/131#issuecomment-2066658819 --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 79302a8a..0dffd6ed 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -21,6 +21,8 @@ formats: "all" build: os: "ubuntu-22.04" + apt_packages: + - "inkscape" tools: python: "3.11"