Diff sphinx-6.2.1 with a sphinx-7.1.2

/usr/portage/dev-python/sphinx/sphinx-7.1.2.ebuild 2023-10-09 14:52:30.380368373 +0300
28 28
RDEPEND="
29 29
	<dev-python/alabaster-0.8[${PYTHON_USEDEP}]
30 30
	>=dev-python/Babel-2.9[${PYTHON_USEDEP}]
31
	<dev-python/docutils-0.20[${PYTHON_USEDEP}]
31
	<dev-python/docutils-0.21[${PYTHON_USEDEP}]
32 32
	>=dev-python/docutils-0.18.1[${PYTHON_USEDEP}]
33 33
	>=dev-python/imagesize-1.3[${PYTHON_USEDEP}]
34 34
	>=dev-python/jinja-3.0[${PYTHON_USEDEP}]
......
97 97
		tests/test_build_linkcheck.py::test_defaults
98 98
		tests/test_build_linkcheck.py::test_defaults_json
99 99
		tests/test_build_linkcheck.py::test_anchors_ignored
100
		tests/test_build_linkcheck.py::test_check_link_response_only
101
		tests/test_build_linkcheck.py::test_linkcheck_exclude_documents
100 102
		# TODO
103
		tests/test_ext_autodoc.py::test_cython
101 104
		tests/test_ext_autodoc_autoclass.py::test_classes
102 105
		tests/test_ext_autodoc_autofunction.py::test_classes
103 106
		tests/test_ext_math.py::test_imgmath_numfig_html
104 107
		tests/test_ext_math.py::test_imgmath_png
105 108
		tests/test_ext_inheritance_diagram.py::test_import_classes
106 109
		# looks like a bug in lualatex
107
		"tests/test_build_latex.py::test_build_latex_doc[lualatex-howto]"
108
		"tests/test_build_latex.py::test_build_latex_doc[lualatex-manual]"
110
		"tests/test_build_latex.py::test_build_latex_doc[lualatex-howto-None]"
111
		"tests/test_build_latex.py::test_build_latex_doc[lualatex-manual-None]"
109 112
	)
110 113
	[[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
111 114
		tests/test_ext_autodoc.py::test_autodoc_inherited_members_None
Thank you!