From 8b7c707ffea34e674ddd92357e237543d106fb02 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Mon, 30 Oct 2023 16:12:51 +0100 Subject: [PATCH] docs: fix rendering of app lifecycle graph Fixes #477 Signed-off-by: Francesco Gazzetta --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e435021..3e425aa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,6 +7,9 @@ build: os: ubuntu-22.04 tools: python: "3" + apt_packages: + # App lifecycle graph + - graphviz jobs: pre_build: # Ensure appregistry is generated