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, 0 insertions, 14 deletions
diff --git a/community/mpc/doc-py3.patch b/community/mpc/doc-py3.patch
deleted file mode 100644
index 6f69658727..0000000000
--- a/community/mpc/doc-py3.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-