mirror of https://github.com/astral-sh/uv
Remove duplicate code from `mkdocs` template file (#6757)
This PR remove a duplicated code from `mkdocs` template Fix: #6756
This commit is contained in:
parent
6a8da7dff8
commit
bb52997ac4
|
|
@ -48,8 +48,6 @@ markdown_extensions:
|
||||||
- pymdownx.magiclink:
|
- pymdownx.magiclink:
|
||||||
- attr_list:
|
- attr_list:
|
||||||
- md_in_html:
|
- md_in_html:
|
||||||
- pymdownx.highlight:
|
|
||||||
anchor_linenums: true
|
|
||||||
- pymdownx.inlinehilite:
|
- pymdownx.inlinehilite:
|
||||||
- pymdownx.superfences:
|
- pymdownx.superfences:
|
||||||
- markdown.extensions.attr_list:
|
- markdown.extensions.attr_list:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue