Use the newly-created hotdoc's syntax highlighting extension.

This commit is contained in:
Mathieu Duponchelle 2016-06-05 22:42:09 +02:00
parent e256a61106
commit 600e5c0e36
2 changed files with 8 additions and 1 deletions

6
README
View file

@ -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`:
```

View 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
}