From 96b7fa2eac8cc0408b53a5a6c20724985e4555db Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 27 Jul 2021 15:07:49 +0200 Subject: [PATCH] docs: Enable AsciiDoc admonition icons --- doc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index f251a53d3..997e49d20 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -12,6 +12,7 @@ else() ${ASCIIDOCTOR_EXE} -o "${output_file}" -a revnumber="${CCACHE_VERSION}" + -a icons=font -a toc=left -a sectanchors -a stylesheet="${CMAKE_CURRENT_SOURCE_DIR}/ccache-doc.css" -- 2.47.2