dev-python/sphinx-py3doc-enhanced-theme: enable py3.11

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2022-10-07 22:35:37 +03:00
parent 8d346e68ec
commit e6eb7ed501
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
2 changed files with 2 additions and 5 deletions

View File

@ -8,7 +8,4 @@
<upstream>
<remote-id type="github">ionelmc/sphinx-py3doc-enhanced-theme</remote-id>
</upstream>
<longdescription>
A theme based on the theme of https://docs.python.org/3/ with some responsive enhancements.
</longdescription>
</pkgmetadata>

View File

@ -1,9 +1,9 @@
# Copyright 2021 Gentoo Authors
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="A theme based on the theme of https://docs.python.org/3/."