commit: e0882f5582b79748159ec813702ff5a562639f13 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 13 18:59:45 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> 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 <arthurzam <AT> 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
