aboutsummaryrefslogtreecommitdiffstats
path: root/community/mpc/doc-py3.patch
blob: 6f696587279cbbcfc05a38c96984e1c6a40974b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/meson.build b/meson.build
index d919bc3..3390fb5 100644
--- a/meson.build
+++ b/meson.build
@@ -126,7 +126,7 @@ endif
 
 with_documentation = get_option('documentation')
 if not with_documentation.disabled()
-  sphinx = find_program('sphinx-build', required: with_documentation)
+  sphinx = find_program('sphinx-build-3', required: with_documentation)
   if sphinx.found()
     subdir('doc')
   endif