diff options
author | David Robillard <d@drobilla.net> | 2023-05-15 20:53:29 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-15 20:53:29 -0400 |
commit | a13ae5ad9dc70075740f11139f1db96cc79faa59 (patch) | |
tree | 4a0163f3d446b666a061583e0792e38d0d85f0c4 /doc/meson.build | |
parent | 5346bea51aecbb3b32996ece3c005ebb65e79cd4 (diff) | |
download | zix-a13ae5ad9dc70075740f11139f1db96cc79faa59.tar.gz zix-a13ae5ad9dc70075740f11139f1db96cc79faa59.tar.bz2 zix-a13ae5ad9dc70075740f11139f1db96cc79faa59.zip |
Clean up configuration summary
Diffstat (limited to 'doc/meson.build')
-rw-r--r-- | doc/meson.build | 4 |
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') |