dev-python/decopatch: fix docs build, enable py3.11

Closes: https://bugs.gentoo.org/884643
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2022-12-09 14:34:09 +05:00
parent b1a2cd7094
commit 3d7541eda8
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1

View File

@ -3,12 +3,11 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
DOCS_BUILDER="mkdocs"
DOCS_DEPEND="dev-python/mkdocs-material"
DOCS_DIR="docs"
inherit distutils-r1 docs