From acb468ef3b12dde805c4a755afb4ae9ef8e0adc5 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Fri, 7 Feb 2025 09:26:39 +0100 Subject: [PATCH] .readthedocs.yml: Fix building generation readthedocs now needs to configure LTP and build metadata/ first. Fixes: 1bf344a3db ("doc: add tests catalog page") Signed-off-by: Petr Vorel --- .readthedocs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 28e8c88a5cd..ab96ff42a82 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,8 +5,18 @@ build: tools: python: "3.6" apt_packages: + - autoconf - enchant-2 - hunspell-en-us + - make + - python3-sphinx + commands: + - make autotools + - ./configure + - python3 -m virtualenv .venv + - . .venv/bin/activate + - pip install -r doc/requirements.txt + - make -C doc/ # Build from the doc/ directory with Sphinx sphinx: