We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f932f commit a536635Copy full SHA for a536635
docs/mkdocs.yml
@@ -9,5 +9,7 @@ theme: material # readthedocs mkdocs
9
10
markdown_extensions:
11
- admonition # to add notes such as http://squidfunk.github.io/mkdocs-material/extensions/admonition/
12
- - codehilite(guess_lang=false)
13
- - toc(permalink=true)
+ - codehilite:
+ guess_lang: false
14
+ - toc:
15
+ permalink: true
0 commit comments