Skip to content

Commit

Permalink
Add documentation search and remove duplicated extension imports
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliGautier committed Dec 5, 2024
1 parent a1b156f commit f1d367b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ edit_uri: ""
markdown_extensions:
- admonition
- codehilite
- markdown.extensions.admonition
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.superfences

theme:
name: material
Expand All @@ -41,6 +38,7 @@ nav:
- Concepts: concepts.md

plugins:
- search
- termynal:
prompt_literal_start:
- ">"

0 comments on commit f1d367b

Please sign in to comment.