Update docs auto-generation to use uv

This commit is contained in:
Mark Backman
2025-08-05 20:29:26 -04:00
parent 58c41f112a
commit 42094fb206
9 changed files with 344 additions and 211 deletions

View File

@@ -121,6 +121,14 @@ dev = [
"python-dotenv~=1.1.1",
]
docs = [
"sphinx>=8.1.3",
"sphinx-rtd-theme",
"sphinx-markdown-builder",
"sphinx-autodoc-typehints",
"toml",
]
[tool.setuptools.packages.find]
where = ["src"]