Add initial docs

This commit is contained in:
Mike A
2024-01-02 21:57:22 +01:00
parent 23d81f5cb2
commit 1be1246675
5 changed files with 621 additions and 2 deletions

View File

@@ -15,10 +15,13 @@ aiohttp = "^3.9.1"
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.6.0"
sphinx = "^7.2.6"
sphinx-autoapi = "^3.0.0"
[tool.ruff]
exclude = [
"examples/"
"examples/",
"docs/",
]
select = [