dev-python/sphinx-py3doc-enhanced-theme: enable py3.11
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
8d346e68ec
commit
e6eb7ed501
@ -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>
|
||||
|
@ -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/."
|
||||
|
Loading…
Reference in New Issue
Block a user