aboutsummaryrefslogtreecommitdiffstats
path: root/community/mpc/doc-py3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mpc/doc-py3.patch')
-rw-r--r--community/mpc/doc-py3.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/mpc/doc-py3.patch b/community/mpc/doc-py3.patch
new file mode 100644
index 0000000000..6f69658727
--- /dev/null
+++ b/community/mpc/doc-py3.patch
@@ -0,0 +1,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
+