Add mkdocs plugins

This commit is contained in:
Jethro Kuan 2020-02-12 19:35:49 +08:00
parent 2aca311cad
commit 3776f3a6b9

View file

@ -10,5 +10,27 @@ pages:
- Installation: installation.md
- Ecosystem: ecosystem.md
- Similar Packages: comparison.md
theme: readthedocs
markdown_extensions:
- admonition
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
theme:
name: 'material'
palette:
primary: 'purple'
accent: 'purple'