From 41168e0e559be9c5e52e707bcebb5e21df1d75d5 Mon Sep 17 00:00:00 2001 From: Geir Date: Thu, 31 Oct 2024 18:09:28 +0100 Subject: [PATCH] ci: use "apt_packages" to install graphviz for rtd --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c8d71c0..ac58ed6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,12 +8,12 @@ version: 2 # Set the OS, Python version and other tools you might need build: os: ubuntu-22.04 + apt_packages: + - graphviz tools: python: "3.11" jobs: post_create_environment: - # install graphviz - - apt-get install graphviz -y # Install poetry et.al. # https://python-poetry.org/docs/#installing-manually - pip install poetry jupyter-book sphinx-autoapi toml numpy pandas rustworkx scipy rich matplotlib tqdm ipywidgets graphviz packaging pydot pillow