From ba6ea595629b20adbfc8241b9a2d20aa14c338f3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 18 May 2023 15:33:15 +0200 Subject: [PATCH] asciidoc config: work around missing icon bug The inline icons for admotions (note, tip, warning, ...) are missing on builts with the asciidoc package shipped by Debian Bookworm. As workaround set the "iconsdir" attribute manually to "/usr/share/asciidoc/icons", as recommend by the DM in the respective Debian bug report [0]. [0]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036030#10 Signed-off-by: Thomas Lamprecht --- asciidoc/asciidoc-pve.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asciidoc/asciidoc-pve.conf b/asciidoc/asciidoc-pve.conf index 667105f..8407595 100644 --- a/asciidoc/asciidoc-pve.conf +++ b/asciidoc/asciidoc-pve.conf @@ -16,4 +16,4 @@ email=support@proxmox.com endif::docinfo1[] ceph=http://ceph.com[Ceph] cephdocs-url=https://docs.ceph.com/en/quincy - +iconsdir=/usr/share/asciidoc/icons