dev-cpp/xsimd: add sphinx_rtd_theme dependency

Closes: https://bugs.gentoo.org/894292
Signed-off-by: Kamal Abdellatif <gentoo.kamal@tgf.pw>
This commit is contained in:
Kamal Abdellatif
2023-02-14 12:39:29 +00:00
parent aa236231ab
commit 38500a99fb

View File

@@ -26,6 +26,7 @@ BDEPEND="
$(python_gen_any_dep '
dev-python/breathe[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
')
)
test? ( dev-cpp/doctest )
@@ -36,7 +37,8 @@ RESTRICT="!test? ( test )"
python_check_deps() {
python_has_version \
"dev-python/breathe[${PYTHON_USEDEP}]" \
"dev-python/sphinx[${PYTHON_USEDEP}]"
"dev-python/sphinx[${PYTHON_USEDEP}]" \
"dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]"
}
pkg_setup() {