D | meson.build | 1 # Sphinx build 2 sphinx = find_program('sphinx-build-3', 'sphinx-build', required : false) variable 3 if not sphinx.found() 4 …error('Program "sphinx-build" not found or not executable. Try building with -Ddocumentation=false… 29 # The switch to sphinx caused a few pages to be renamed, sphinx uses 36 # File list is: [current-sphinx-input-file, old-generated-page] 207 custom_target('sphinx', custom 210 command : [ sphinx, '-q', '-b', 'html',
|