Use Material theme for mkdocs

This commit is contained in:
Marcello 2022-06-24 17:55:46 +02:00
parent 21e0b095af
commit 195a1a2f3c
4 changed files with 109 additions and 4 deletions

View file

@ -8,6 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
mkdocs = "^1.3.0"
mkdocs-material = "^8.3.8"
[tool.poetry.dev-dependencies]