dev-python/shapely: Remove broken doc build

Besides the wrong function call, it requires unpackaged Sphinx
extensions.

Closes: https://bugs.gentoo.org/885643
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-12-12 20:53:35 +01:00
parent 5e43877895
commit da0cd68ed6

View File

@@ -38,9 +38,7 @@ BDEPEND="
"
distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/matplotlib
python_compile_all() {
rm -r shapely || die
distutils-r1_python_compile_all
}