From 926854c4e02499b75f2002ded7be9517d0eb78e7 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Tue, 13 Jun 2023 10:27:42 +0100 Subject: [PATCH] Build the docs in realfull config Ensure that all possible config options are documented by building the docs in the realfull config on Read The Docs. Signed-off-by: David Horstmann --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cef07bf1cc..57dd6a72aa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ build: python: "3.9" jobs: pre_build: - - make apidoc + - ./scripts/apidoc_full.sh - breathe-apidoc -o docs/api apidoc/xml # Build documentation in the docs/ directory with Sphinx