fix docs generation

This commit is contained in:
2026-07-14 15:00:57 +03:00
parent 4119a3a36c
commit 6862d9b9e1
7 changed files with 112 additions and 65 deletions
+13
View File
@@ -36,6 +36,7 @@ check = [
"pylint",
]
docs = [
"ahriman-core[s3,validator]",
"Sphinx",
"argparse-manpage",
"pydeps",
@@ -81,3 +82,15 @@ workspace.members = [
[tool.hatch.version]
path = "ahriman-core/src/ahriman/__init__.py"
[tool.uv.sources]
ahriman-core = {workspace = true}
ahriman-triggers = {workspace = true}
ahriman-web = {workspace = true}
[tool.uv.workspace]
members = [
"ahriman-core",
"ahriman-triggers",
"ahriman-web",
]