diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-22 17:26:42 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-22 20:24:47 -0300 |
commit | 09a707f9ae93da7a9e6c3ce63fa7fbfc5a4e685c (patch) | |
tree | a94a0997f4137840953756f6b8759fec5f7485f3 /community/mpc/doc-py3.patch | |
parent | 65b30edae889224be20e58725bdde656dd460884 (diff) | |
download | aports-09a707f9ae93da7a9e6c3ce63fa7fbfc5a4e685c.tar.bz2 aports-09a707f9ae93da7a9e6c3ce63fa7fbfc5a4e685c.tar.xz |
community/mpc: use py3-sphinx to build docs
Diffstat (limited to 'community/mpc/doc-py3.patch')
-rw-r--r-- | community/mpc/doc-py3.patch | 14 |
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 + |