From bb3830d0ea8c213bfda47998913d16c37320a744 Mon Sep 17 00:00:00 2001 From: Corentin Noël Date: Sat, 14 Jun 2025 16:56:25 +0200 Subject: docs: Generate the devhelp file from the documentation Allows to browse the documentation offline. --- docs/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/meson.build b/docs/meson.build index c476b59db..9c8fe9ecb 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -135,6 +135,8 @@ documentation = hotdoc.generate_doc(meson.project_name(), extra_extension: meson.current_source_dir() / 'extensions' / 'refman_links.py', refman_data_file: refman_md[1], fatal_warnings: true, + devhelp_activate: true, + devhelp_online: 'https://mesonbuild.com/', ) run_target('upload', -- cgit v1.2.3