Use the newly-created hotdoc's syntax highlighting extension.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Sun, 5 Jun 2016 20:42:09 +0000 (22:42 +0200)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Sun, 5 Jun 2016 20:42:09 +0000 (22:42 +0200)
README
hotdoc.json

diff --git a/README b/README
index ff748fd..5a89618 100644 (file)
--- 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`:
 
 ```
index d6e102f..4c77087 100644 (file)
@@ -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
 }