Skip to content

Commit a541717

Browse files
committed
Fix formatting of warning message in meson.build
1 parent bbdfda0 commit a541717

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/doc/meson.build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ if not get_option('build-docs')
22
subdir_done()
33
endif
44

5-
warning('Documentation building enabled, generating targets may be slow. To disable this, pass -Dbuild-docs=false.')
5+
warning(
6+
'Documentation building enabled, generating targets may be slow. To disable this, pass -Dbuild-docs=false.',
7+
)
68

79
sphinx_check = py_module.find_installation(required: false, modules: ['sphinx'])
810
if not sphinx_check.found()

0 commit comments

Comments
 (0)