summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2025-06-14 16:56:25 +0200
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-06-16 12:52:56 +0300
commitbb3830d0ea8c213bfda47998913d16c37320a744 (patch)
treefcbadd31d7d87aae020eb162c2a0c53c5f61c97a /docs
parent4a57a5fd0cdd5064a03566f40b61c827f27ea529 (diff)
downloadmeson-bb3830d0ea8c213bfda47998913d16c37320a744.tar.gz
docs: Generate the devhelp file from the documentation
Allows to browse the documentation offline.
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.build2
1 files changed, 2 insertions, 0 deletions
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',