commit: 8d37bb119b3b39ae000352182c1816c164c7e4d0 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Tue Dec 27 19:37:34 2022 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Tue Dec 27 20:40:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d37bb11
dev-python/pytest-steps: fix docs build Closes: https://bugs.gentoo.org/886047 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/pytest-steps/pytest-steps-1.8.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild b/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild index 076d0d225..5c48d5d2a 100644 --- a/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild +++ b/dev-python/pytest-steps/pytest-steps-1.8.0.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