summaryrefslogtreecommitdiffstats
path: root/doc/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/meson.build')
-rw-r--r--doc/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 4de3240..492b84e 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -20,10 +20,6 @@ endif
# Build documentation if all required tools are found
build_docs = doxygen.found() and sphinx_build.found() and sphinxygen.found()
-if not meson.is_subproject()
- summary('Documentation', build_docs, bool_yn: true, section: 'Configuration')
-endif
-
if build_docs
# Warn if the "official" theme isn't present
pymod = import('python')