diff options
author | Arthur Zamarin <arthurzam@gmail.com> | 2021-07-30 19:45:59 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-02 10:16:45 +0200 |
commit | 703754dea3edc83c37f375e079c007d7357b9cb0 (patch) | |
tree | 1dcd7dffde5638a8a4857fd0dcbf995c57092743 /dev-python/leather | |
parent | dev-python/leather: bump EAPI=8, add python 3.10 (diff) | |
download | gentoo-703754dea3edc83c37f375e079c007d7357b9cb0.tar.gz gentoo-703754dea3edc83c37f375e079c007d7357b9cb0.tar.bz2 gentoo-703754dea3edc83c37f375e079c007d7357b9cb0.zip |
dev-python/leather: enable doc generation
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/leather')
-rw-r--r-- | dev-python/leather/leather-0.3.3-r2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/leather/leather-0.3.3-r2.ebuild b/dev-python/leather/leather-0.3.3-r2.ebuild index 1792a5e19c7c..e2397fc3ccf7 100644 --- a/dev-python/leather/leather-0.3.3-r2.ebuild +++ b/dev-python/leather/leather-0.3.3-r2.ebuild @@ -29,6 +29,8 @@ PATCHES=( ) distutils_enable_tests pytest +distutils_enable_sphinx docs \ + dev-python/sphinx_rtd_theme python_prepare_all() { local requirements_files sed_args |