feat(docs): add mkdocs and ci (#114)

This commit is contained in:
banteg
2026-01-13 06:00:26 +04:00
committed by GitHub
parent d4aad8e068
commit d0e9a51a0f
8 changed files with 655 additions and 3 deletions
+6
View File
@@ -59,6 +59,12 @@ dev = [
"ruff>=0.14.10",
"ty>=0.0.8",
]
docs = [
"mkdocs>=1.6",
"mkdocs-llmstxt>=0.5.0",
"mkdocs-material>=9.7",
"mkdocstrings[python]>=0.29",
]
[tool.pytest.ini_options]
addopts = ["--cov=takopi", "--cov-report=term-missing", "--cov-fail-under=75"]