From 1831b60c73ade5def483e82724949765f3d63ad5 Mon Sep 17 00:00:00 2001 From: bluthej Date: Thu, 26 Dec 2024 00:28:08 +0100 Subject: [PATCH] Add graphviz to installed APT packages --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index c42963f0..a91352d4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,3 +14,5 @@ build: os: ubuntu-22.04 tools: python: "3.11" + apt_packages: + - graphviz