diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-01-09 23:07:49 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-01-09 23:08:11 +0100 |
commit | 854ce1692f63cd88708e403676bf762e8a8e988b (patch) | |
tree | 037b093a9d74ed62fcc2552ca245dbe4e91a00ce /dev-python/PeachPy | |
parent | dev-libs/ktextaddons: drop 1.3.0 (diff) | |
download | gentoo-854ce1692f63cd88708e403676bf762e8a8e988b.tar.gz gentoo-854ce1692f63cd88708e403676bf762e8a8e988b.tar.bz2 gentoo-854ce1692f63cd88708e403676bf762e8a8e988b.zip |
dev-python/PeachPy: fix doc deps
Closes: https://bugs.gentoo.org/921636
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-python/PeachPy')
-rw-r--r-- | dev-python/PeachPy/PeachPy-2022.11.13-r2.ebuild (renamed from dev-python/PeachPy/PeachPy-2022.11.13-r1.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/PeachPy/PeachPy-2022.11.13-r1.ebuild b/dev-python/PeachPy/PeachPy-2022.11.13-r2.ebuild index 4406a6be2483..395c7459ef5f 100644 --- a/dev-python/PeachPy/PeachPy-2022.11.13-r1.ebuild +++ b/dev-python/PeachPy/PeachPy-2022.11.13-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,4 +29,5 @@ S="${WORKDIR}"/${PN}-${CommitId} DOCS=README.rst -distutils_enable_sphinx sphinx +distutils_enable_sphinx sphinx \ + dev-python/sphinx-bootstrap-theme |