Skip to content

Commit 2c2e238

Browse files
authored
Update mkdocs extensions to fix local syntax highlighting (pydantic#2401)
- Fixes pydantic#2400
1 parent 4ddf4f1 commit 2c2e238

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

changes/2400-daviskirk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update docs extensions to fix local syntax highlighting

mkdocs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,13 @@ nav:
5151
- changelog.md
5252

5353
markdown_extensions:
54-
- markdown.extensions.codehilite:
55-
guess_lang: false
5654
- markdown_include.include:
5755
base_path: docs
5856
- toc:
5957
permalink: 🔗
6058
- admonition
61-
- codehilite
62-
- extra
63-
- attr_list
59+
- pymdownx.highlight
60+
- pymdownx.extra
6461

6562
plugins:
6663
- search

0 commit comments

Comments
 (0)