Fix mkdocs.yml: remove invalid pymdownx.snippets autoindent option

This commit is contained in:
Lennie S.
2026-04-09 20:48:03 +00:00
parent 760b56bfd6
commit bcf660f222

View File

@@ -37,8 +37,6 @@ theme:
markdown_extensions: markdown_extensions:
- pymdownx.highlight: - pymdownx.highlight:
anchor_linenums: true anchor_linenums: true
- pymdownx.snippets:
autoindent: true
- pymdownx.superfences - pymdownx.superfences
- admonition - admonition
- toc: - toc: