From a13ae5ad9dc70075740f11139f1db96cc79faa59 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 15 May 2023 20:53:29 -0400 Subject: Clean up configuration summary --- doc/meson.build | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc') 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') -- cgit v1.2.1