Skip to content

Commit

Permalink
Update mkdocs extensions to fix local syntax highlighting (#2401)
Browse files Browse the repository at this point in the history
- Fixes #2400
  • Loading branch information
daviskirk committed Feb 25, 2021
1 parent 4ddf4f1 commit 2c2e238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions changes/2400-daviskirk.md
@@ -0,0 +1 @@
Update docs extensions to fix local syntax highlighting
7 changes: 2 additions & 5 deletions mkdocs.yml
Expand Up @@ -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
Expand Down

0 comments on commit 2c2e238

Please sign in to comment.