Files
docs/pyproject.toml
2026-01-22 19:19:59 +01:00

14 lines
275 B
TOML

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