Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-libevdev/
Date: Wed, 13 Oct 2021 19:02:51
Message-Id: 1634151734.e0882f5582b79748159ec813702ff5a562639f13.arthurzam@gentoo
1 commit: e0882f5582b79748159ec813702ff5a562639f13
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 13 18:59:45 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 13 19:02:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0882f55
7
8 dev-python/python-libevdev: enable doc generation
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/python-libevdev/python-libevdev-0.9.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/dev-python/python-libevdev/python-libevdev-0.9.ebuild b/dev-python/python-libevdev/python-libevdev-0.9.ebuild
16 index f3aa23875ac..b2931b3ecaa 100644
17 --- a/dev-python/python-libevdev/python-libevdev-0.9.ebuild
18 +++ b/dev-python/python-libevdev/python-libevdev-0.9.ebuild
19 @@ -18,3 +18,5 @@ BDEPEND="test? ( dev-libs/libevdev )"
20 PDEPEND="dev-libs/libevdev"
21
22 distutils_enable_tests unittest
23 +distutils_enable_sphinx doc/source \
24 + dev-python/sphinx_rtd_theme