From c615c5e22f8065eefbdc32c863135de10f68def6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franck=20P=C3=A9rignon?= <franck.perignon@univ-grenoble-alpes.fr> Date: Tue, 12 Nov 2024 10:58:53 +0100 Subject: [PATCH] Review CI process to build doc (use image created during hysop CI, add meson config ...) - Fix target deps (apidoc and sphinx) --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1caa54a..e5c9307 100644 --- a/meson.build +++ b/meson.build @@ -109,6 +109,7 @@ sphinx_docs = custom_target( command : [ sphinx_build, '-w', 'sphinx.log', '-b', 'html', meson.project_source_root() , 'html' ], - depend_files : files('conf.py.in', 'index.rst', 'apidoc/modules.rst'), + depend_files : files('conf.py.in', 'index.rst'), + depends: apidoc, build_by_default : true ) -- GitLab