Skip to content

Commit

Permalink
Update mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcouffin committed Oct 20, 2023
1 parent 8c6e771 commit f69e9bc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,24 @@ plugins:
nav_file: SUMMARY.md

markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.caret
- pymdownx.keys
- admonition
- codehilite
- md_in_html
- toc
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets

nav:
- Home: README.md
- Contributing: CONTRIBUTING.md
- Security: SECURITY.md
- Code Of Conduct: CODE_OF_CONDUCT.md
- Credits: CREDITS.md
- Reference API: reference/

0 comments on commit f69e9bc

Please sign in to comment.