chore: docs

This commit is contained in:
2024-12-18 18:18:33 +07:00
parent d920aea2b8
commit ecd204428d
18 changed files with 730 additions and 17 deletions

View File

@ -27,6 +27,11 @@ optional = true
pytest = "^7.3.1"
pre-commit = "^3.3.3"
[tool.poetry.group.docs.dependencies]
mkdocstrings-python = "^1.12.2"
mkdocs-material = "^9.5.49"
[tool.poetry.scripts]
vollerei = 'vollerei.cli:run'