mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Use the newly-created hotdoc's syntax highlighting extension.
This commit is contained in:
parent
e256a61106
commit
600e5c0e36
2 changed files with 8 additions and 1 deletions
6
README
6
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`:
|
||||
|
||||
```
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue