Skip to content

Commit 7844c96

Browse files
authored
Update to mkdocs-material 9.7.0 (#321)
1 parent a17da2c commit 7844c96

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

mkdocs.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ theme:
2222
features:
2323
- content.code.annotate
2424
- content.code.copy
25+
- content.code.select
26+
- content.footnote.tooltips
2527
- content.tabs.link
2628
- content.tooltips
2729
- navigation.indexes
2830
- navigation.expand
2931
- navigation.footer
32+
- navigation.path
3033
- navigation.instant
3134
- navigation.top
3235
- navigation.tracking
@@ -40,9 +43,12 @@ markdown_extensions:
4043
- footnotes
4144
- pymdownx.details
4245
- pymdownx.keys
43-
- pymdownx.highlight
44-
- pymdownx.superfences
46+
- pymdownx.highlight:
47+
anchor_linenums: true
48+
line_spans: __span
49+
pygments_lang_class: true
4550
- pymdownx.snippets
51+
- pymdownx.superfences
4652
- pymdownx.tabbed:
4753
alternate_style: true
4854
slugify: !!python/object/apply:pymdownx.slugs.slugify

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)