Enable fatal warnings in HotDoc when building website.

pull/8958/head
Jussi Pakkanen 3 years ago committed by Eli Schwartz
parent aab4a0c163
commit 9de07ff4d7
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 1
      docs/meson.build

@ -116,6 +116,7 @@ documentation = hotdoc.generate_doc(meson.project_name(),
keep_markup_in_code_blocks: true,
extra_extension: meson.current_source_dir() / 'extensions' / 'refman_links.py',
refman_data_file: refman_md[1],
fatal_warnings: true,
)
run_target('upload',

Loading…
Cancel
Save