From 4c4693de3f5f343e94717fb3dcf23db7d651eb66 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Wed, 28 Dec 2022 00:35:29 +0500 Subject: [PATCH] dev-python/pytest-harvest: fix docs build Closes: https://bugs.gentoo.org/886045 Signed-off-by: Anna (cybertailor) Vyalkova --- 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 3f5e1b4d06..adccff76f3 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