dev-pyton/sphinxcontrib-katex: fix build USE="doc"; switch toml->tomli

Closes: https://bugs.gentoo.org/934950

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2024-08-11 01:36:12 +03:00
parent 883718f5d8
commit c2b1ca2c9a
2 changed files with 26 additions and 1 deletions

View File

@@ -21,7 +21,10 @@ RDEPEND=">=dev-python/sphinx-4.5.0-r1[${PYTHON_USEDEP}]"
DOCS=()
PATCHES="${FILESDIR}/${P}_fix_install.patch"
PATCHES="
${FILESDIR}/${P}_fix_install.patch
${FILESDIR}/${P}_fix_use_tomli.patch
"
distutils_enable_sphinx docs \
dev-python/insipid-sphinx-theme \