mkdocs: include additional hljs languages.
We upgraded mkdocs earlier to support some useful features (like the mkdocs-exclude plugin), but that one changes the highlight.js configuration to include fewer languages by default. Specify the additional ones we want to include. Reported-by: @DRMacIver on twitter
This commit is contained in:
parent
6fbda9a7b3
commit
1479189bfe
1 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
||||||
site_name: "redo: a recursive build system"
|
site_name: "redo: a recursive build system"
|
||||||
theme: readthedocs
|
theme:
|
||||||
|
name: readthedocs
|
||||||
|
hljs_languages:
|
||||||
|
- python
|
||||||
|
- r
|
||||||
|
- shell
|
||||||
|
- tex
|
||||||
docs_dir: docs
|
docs_dir: docs
|
||||||
site_dir: docs.out
|
site_dir: docs.out
|
||||||
strict: true
|
strict: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue