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 ff748fd9ea8d4620c26bc59cf06e6072fccdb3b7..5a896184c0cda5c26146bee3c2540bd0c571ba1c 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 d6e102fe6f313b32c05a6bd173afa7d4ffb59af2..4c77087a817751c7ce4d2cb0fb3202ea9b8cf0b0 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
 }