Diff sphinxcontrib-trio-1.1.2-r1 with a sphinxcontrib-trio-1.2.0

/usr/portage/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.2.0.ebuild 2026-04-10 12:17:39.664069300 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7
PYPI_NO_NORMALIZE=1
8 7
PYTHON_COMPAT=( python3_{12..14} )
9 8

  
10 9
inherit distutils-r1 pypi
......
32 31

  
33 32
# AttributeError: 'Sphinx' object has no attribute 'add_stylesheet'
34 33
#distutils_enable_sphinx docs/source
34

  
35
EPYTEST_PLUGINS=()
35 36
distutils_enable_tests pytest
36 37

  
37 38
python_test() {
Thank you!