mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
11 lines
343 B
Diff
11 lines
343 B
Diff
diff --git a/doc/meson.build b/doc/meson.build
|
|
index f4b491d..2eec1e5 100644
|
|
--- a/doc/meson.build
|
|
+++ b/doc/meson.build
|
|
@@ -1,4 +1,4 @@
|
|
-sphinx = find_program('sphinx-build', required: get_option('documentation'))
|
|
+sphinx = find_program('sphinx-build-3', required: get_option('documentation'))
|
|
if not sphinx.found()
|
|
subdir_done()
|
|
endif
|
|
|