devhelp: specify --devhelp-online
authorMathieu Duponchelle <mathieu@centricular.com>
Sun, 26 May 2019 10:38:38 +0000 (12:38 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Sun, 26 May 2019 10:38:38 +0000 (12:38 +0200)
meson.build

index 8552e2a..298b639 100644 (file)
@@ -68,6 +68,7 @@ gstreamer_doc = hotdoc.generate_doc('GStreamer',
     disable_incremental_build: true,
     gst_list_plugins_page: 'plugins_doc.md',
     devhelp_activate: true,
+    devhelp_online: 'https://gstreamer.freedesktop.org/documentation/',
     build_always_stale: true,
     edit_on_github_repository: 'https://gitlab.freedesktop.org/gstreamer/gst-docs/',
 )