aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-07-03 19:40:05 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2021-07-03 19:40:05 +0300
commitb5723ba23a61451b581f1b597dd8a63b015b2ce8 (patch)
tree5ee3d8f63541da42bbd98b284c42e92d21ccc0ed
parentee46c0242f97501672c0bd6312498c464370cbeb (diff)
downloadmeson-fatalhotdoc.zip
meson-fatalhotdoc.tar.gz
meson-fatalhotdoc.tar.bz2
Enable fatal warnings in HotDoc when building website.fatalhotdoc
-rw-r--r--docs/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 7369335..82d0382 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -30,6 +30,7 @@ documentation = hotdoc.generate_doc(meson.project_name(),
git_upload_repository: 'git@github.com:mesonbuild/mesonbuild.github.io.git',
edit_on_github_repository: 'https://github.com/mesonbuild/meson',
syntax_highlighting_activate: true,
+ fatal_warnings: true,
)
run_target('upload',