summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-05-04 23:03:16 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-05-14 09:42:57 +0200
commite092bd19d342631c6b9ed0e721402264ed445701 (patch)
treedf1818d405da09f900dd65d88dfcdc8884ce30b7 /doc
parentbaebbb25a3e32ec2a1eee8ae99c8ee08a4e6c842 (diff)
downloadweechat-e092bd19d342631c6b9ed0e721402264ed445701.zip
doc: switch to prettify source highlighter (issue #722)
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index ecfae472f..fe54a5d36 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=highlight.js)
+ set(ASCIIDOCTOR_ARGS -a experimental -a revnumber="${VERSION}" -a sectanchors -a source-highlighter=prettify)
add_subdirectory(en)
add_subdirectory(fr)