aboutsummaryrefslogtreecommitdiffstats
path: root/community/zathura/doc-py3.patch
blob: b9bc5a96f1206aa912bcfe23f56ba3515d67e230 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/doc/meson.build b/doc/meson.build
index d178322..4e8ee7c 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -1,4 +1,4 @@
-sphinx = find_program('sphinx-build', required: get_option('manpages'))
+sphinx = find_program('sphinx-build-3', required: get_option('manpages'))
 if sphinx.found()
   custom_target('man pages',
     command: [