From 14a1a5c4706b16c1a4c196162ca882ee923065de Mon Sep 17 00:00:00 2001 From: Martin Belanger Date: Mon, 14 Oct 2024 11:16:14 -0400 Subject: [PATCH] Docs: Fix read-the-docs Previous changes seem to have broken read-the-docs Signed-off-by: Martin Belanger --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 020d2ad..9a74c5b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,6 +20,8 @@ build: - xsltproc - pandoc jobs: + post_install: + - sudo pip install lxml --break-system-packages pre_build: - meson .build -Dreadthedocs=true || cat .build/meson-logs/meson-log.txt - ninja -C .build