From 8d1d3677ede6227c309473595d110e1ef232e655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= Date: Fri, 29 Mar 2024 19:23:08 +0100 Subject: [PATCH] docs: fix graphs on RTD At OFC I was talking with the OpenROADM people, and it turned out that our docs stopped rendering properly at RTD. It turned out that the build started skipping the bindep.txt file at some (unknown) point in time. Reported-by: Aparaajitha G L Change-Id: Ie9a4b61f36fb979fb5c109d02de06e0b2cbf270e --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 515a3c9bf..668ca192f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,6 +3,8 @@ build: os: ubuntu-22.04 tools: python: "3.12" + apt_packages: + - graphviz python: install: