Docs template

This commit is contained in:
2026-01-19 17:37:23 +01:00
commit 92910cede0
26 changed files with 476 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[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"]