Update mkdocs extensions to fix local syntax highlighting (#2401)

- Fixes #2400
This commit is contained in:
Davis Kirkendall
2021-02-25 20:24:03 +01:00
committed by GitHub
parent 4ddf4f14cd
commit 2c2e238c19
2 changed files with 3 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
Update docs extensions to fix local syntax highlighting
+2 -5
View File
@@ -51,16 +51,13 @@ nav:
- changelog.md
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- markdown_include.include:
base_path: docs
- toc:
permalink: 🔗
- admonition
- codehilite
- extra
- attr_list
- pymdownx.highlight
- pymdownx.extra
plugins:
- search