From 600e5c0e36661607c09138f7b4bd7033467b3f71 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Sun, 5 Jun 2016 22:42:09 +0200 Subject: [PATCH] Use the newly-created hotdoc's syntax highlighting extension. --- README | 6 ++++++ hotdoc.json | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index ff748fd..5a89618 100644 --- a/README +++ b/README @@ -27,6 +27,12 @@ for *stable* automatic formatting. * We *experimentally* use the hotdoc C extension to include functions by name, follow the steps outlined [here](https://github.com/hotdoc/hotdoc_c_extension) +* Optionally install the `hotdoc_syntax_highlighting_extension`: + +``` +pip install hotdoc-syntax-highlighting-extension +``` + * Optionally install the `hotdoc_search_extension`: ``` diff --git a/hotdoc.json b/hotdoc.json index d6e102f..4c77087 100644 --- a/hotdoc.json +++ b/hotdoc.json @@ -6,5 +6,6 @@ "project_name": "gstdotcom", "sitemap": "sitemap.txt", "extra_assets": ["attachments", "images"], - "pkg_config_packages": ["gstreamer-1.0"] + "pkg_config_packages": ["gstreamer-1.0"], + "syntax_highlighting_activate": true } -- 2.7.4