commit: 4c4693de3f5f343e94717fb3dcf23db7d651eb66 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Tue Dec 27 19:35:29 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Dec 27 20:40:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c4693de
dev-python/pytest-harvest: fix docs build Closes: https://bugs.gentoo.org/886045 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild b/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild index 3f5e1b4d0..adccff76f 100644 --- a/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild +++ b/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild @@ -8,6 +8,7 @@ DISTUTILS_USE_PEP517=setuptools DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material" +DOCS_DIR="docs" inherit distutils-r1 docs
