From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00622158087 for ; Wed, 13 Oct 2021 19:02:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32305E0884; Wed, 13 Oct 2021 19:02:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BB16E0882 for ; Wed, 13 Oct 2021 19:02:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E2D934335E for ; Wed, 13 Oct 2021 19:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 822AC15F for ; Wed, 13 Oct 2021 19:02:47 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1634151734.e0882f5582b79748159ec813702ff5a562639f13.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-libevdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-libevdev/python-libevdev-0.9.ebuild X-VCS-Directories: dev-python/python-libevdev/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e0882f5582b79748159ec813702ff5a562639f13 X-VCS-Branch: master Date: Wed, 13 Oct 2021 19:02:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10399cd3-58be-4739-ae76-36dcfafc2c31 X-Archives-Hash: b01890ba3a54f2510bfe1d59812b8248 commit: e0882f5582b79748159ec813702ff5a562639f13 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Oct 13 18:59:45 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Oct 13 19:02:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0882f55 dev-python/python-libevdev: enable doc generation Signed-off-by: Arthur Zamarin gentoo.org> dev-python/python-libevdev/python-libevdev-0.9.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/python-libevdev/python-libevdev-0.9.ebuild b/dev-python/python-libevdev/python-libevdev-0.9.ebuild index f3aa23875ac..b2931b3ecaa 100644 --- a/dev-python/python-libevdev/python-libevdev-0.9.ebuild +++ b/dev-python/python-libevdev/python-libevdev-0.9.ebuild @@ -18,3 +18,5 @@ BDEPEND="test? ( dev-libs/libevdev )" PDEPEND="dev-libs/libevdev" distutils_enable_tests unittest +distutils_enable_sphinx doc/source \ + dev-python/sphinx_rtd_theme