From a2b2711ea0272a9c7176743c53e98f004a2eecef Mon Sep 17 00:00:00 2001 From: Felix Moessbauer Date: Mon, 30 Sep 2024 08:46:38 +0200 Subject: [PATCH] readthedocs: pre generate kas-container docs The kas-container documentation needs manual pre-processing before the sphinx build can run. As the readthedocs build works differently, we need to manually call the pre-processing. Signed-off-by: Felix Moessbauer Signed-off-by: Jan Kiszka --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0090fafe..312a3fad 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -28,6 +28,10 @@ build: python: "3.9" apt_packages: - python3-newt + - make + jobs: + pre_build: + - cd docs && make kas-container-usage && cd .. python: install: