mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
Update mkdocs extensions to fix local syntax highlighting (#2401)
- Fixes #2400
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Update docs extensions to fix local syntax highlighting
|
||||
+2
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user