Hi, I'm trying to build karchive using kde-builder, and it fails with sphinx, sphinx.builders.qthelp is missing. Where should this come from ? Or how can I disable this ?
The output looks like this (a clean ubuntu 24.04 podman container): cd /home/user/kde/build/extra-cmake-modules/docs && /usr/bin/sphinx-build -D man_make_section_directory=0 -c /home/user/kde/build/extra-cmake-modules/docs -d / home/user/kde/build/extra-cmake -modules/docs/doctrees -b html /home/user/kde/src/extra-cmake-modules/docs /home/ user/kde/build/extra-cmake-modules/docs/html > build-html.log Extension error: Could not import extension ecm (exception: No module named 'sphinx.builders.qthelp') Thanks Alex