diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-14 23:17:36 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-15 01:27:35 -0300 |
commit | dce0818b7e48da7bc0744430a529f3f2549da39f (patch) | |
tree | bd29057eb23f88fb06fd96671625f652c8affe8f /testing/kitty/py3.patch | |
parent | 1c7c96cae033c90973abef89b3b8acfbb580a8b1 (diff) | |
download | aports-dce0818b7e48da7bc0744430a529f3f2549da39f.tar.bz2 aports-dce0818b7e48da7bc0744430a529f3f2549da39f.tar.xz |
testing/kitty: use sphinx-build-3
Diffstat (limited to 'testing/kitty/py3.patch')
-rw-r--r-- | testing/kitty/py3.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/kitty/py3.patch b/testing/kitty/py3.patch new file mode 100644 index 0000000000..0634882156 --- /dev/null +++ b/testing/kitty/py3.patch @@ -0,0 +1,14 @@ +diff --git a/docs/Makefile b/docs/Makefile +index 2e07b01..4f77cc3 100644 +--- a/docs/Makefile ++++ b/docs/Makefile +@@ -3,7 +3,7 @@ + + # You can set these variables from the command line. + SPHINXOPTS = -j auto -T $(FAIL_WARN) +-SPHINXBUILD = sphinx-build ++SPHINXBUILD = sphinx-build-3 + SPHINXPROJ = kitty + SOURCEDIR = . + BUILDDIR = _build + |