From fb62ce51d8a57aa1fe52b16f782c0895cae4f9d1 Mon Sep 17 00:00:00 2001 From: Daltz333 Date: Tue, 8 Mar 2022 20:47:16 -0500 Subject: [PATCH] Add inkscape dependency --- readthedocs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index e8e67f4d14..c7025671ef 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -18,6 +18,16 @@ build: tools: nodejs: "16" +# Set the version of Python and other tools you might need +build: + os: ubuntu-20.04 + tools: + python: "3.8" + # You can also specify other tool versions: + nodejs: "16" + apt_packages: + - inkscape + python: install: - requirements: source/requirements.txt