mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
73cf57742e
If pygmentize is not found, the build now emits a CMake warning and proceeds with an empty dark theme stylesheet rather than aborting. A non-zero exit from pygmentize is also downgraded from SEND_ERROR to WARNING for the same reason. This restores the pre-existing behavior where the documentation could be built without any pygments tooling installed (Asciidoctor then renders code blocks as plain text).