From ced3dcc6e1918a7370736f969c585836b8ee71a1 Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Tue, 12 Aug 2025 01:55:56 +0900 Subject: [PATCH] dev-python/w3lib: add missing sphinx theme Closes: https://bugs.gentoo.org/953510 Signed-off-by: Takuya Wakazono --- 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