From ecebbb3bbdb1a9d2caea1c0e9e780967e7ed27c3 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 18 May 2023 16:30:42 +0200 Subject: [PATCH] add apt dependencies --- .readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index ab35df1..5ecf1c9 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,6 +6,12 @@ build: os: ubuntu-22.04 tools: python: "3.11" + apt_packages: + - graphviz + - libenchant-2-2 + - gcc + - libcups2-dev + - python3-dev sphinx: configuration: doc/conf.py submodules: