From 00d82fd8ec9bdfb90a53b1cf20ec4decb0682227 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Fri, 27 Oct 2023 11:28:21 -0400 Subject: [PATCH] Install graphviz. --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 953696218..22e7d9858 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,6 +2,8 @@ version: 2 build: os: ubuntu-22.04 + apt_packages: + - graphviz tools: python: "3.8"