From 3bb75b4432fa1bb2367c9fdb50a9665a2e9dd377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 4 May 2016 23:11:14 +0200 Subject: doc: use Font Awesome for admonition labels (issue #722) --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index fe54a5d36..5605c917d 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -24,7 +24,7 @@ if(ENABLE_MAN OR ENABLE_DOC) if(ASCIIDOCTOR_FOUND) - set(ASCIIDOCTOR_ARGS -a experimental -a revnumber="${VERSION}" -a sectanchors -a source-highlighter=prettify) + set(ASCIIDOCTOR_ARGS -a experimental -a icons=font -a revnumber="${VERSION}" -a sectanchors -a source-highlighter=prettify) add_subdirectory(en) add_subdirectory(fr) -- cgit v1.2.3