commit: ced3dcc6e1918a7370736f969c585836b8ee71a1 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Mon Aug 11 16:55:56 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Mon Aug 11 16:56:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ced3dcc6
dev-python/w3lib: add missing sphinx theme Closes: https://bugs.gentoo.org/953510 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> dev-python/w3lib/w3lib-2.3.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/w3lib/w3lib-2.3.1.ebuild b/dev-python/w3lib/w3lib-2.3.1.ebuild index a8f9384e67..6cf12e90d5 100644 --- a/dev-python/w3lib/w3lib-2.3.1.ebuild +++ b/dev-python/w3lib/w3lib-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,8 @@ distutils_enable_tests pytest distutils_enable_sphinx docs \ dev-python/sphinx-hoverxref \ - dev-python/sphinx-notfound-page + dev-python/sphinx-notfound-page \ + dev-python/sphinx-rtd-theme EPYTEST_DESELECT=( # https://github.com/scrapy/w3lib/issues/164
