Use material theme

This commit is contained in:
2026-01-22 19:19:59 +01:00
parent f1f70a1a89
commit 48c9b11b35
8 changed files with 500 additions and 2 deletions

View File

@@ -4,4 +4,10 @@ version = "1.0.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["mkdocs", "mkdocstrings[python]", "markdown-include"]
dependencies = [
"mkdocs",
"mkdocstrings[python]",
"markdown-include",
"mkdocs-material[imaging]>=9.7.1",
"mike>=2.1.3",
]