aboutsummaryrefslogtreecommitdiffstats
path: root/docs/pyproject.toml
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-05-08 10:16:43 -0700
committerGitHub <noreply@github.com>2026-05-08 10:16:43 -0700
commit11eea2d1796f38ad1925a44ae3695de67d918879 (patch)
tree5a631caebb54ac6023bc2781698e354d038acdfb /docs/pyproject.toml
parentdocs: Add related projects section to README (diff)
downloadatuin-11eea2d1796f38ad1925a44ae3695de67d918879.zip
chore: Generate LLM-optimized docs (#3468)
Diffstat (limited to '')
-rw-r--r--docs/pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pyproject.toml b/docs/pyproject.toml
index 2d58e8c7..bb6009d0 100644
--- a/docs/pyproject.toml
+++ b/docs/pyproject.toml
@@ -9,6 +9,7 @@ dependencies = [
"mkdocs-git-revision-date-localized-plugin>=1.2",
"mkdocs-glightbox>=0.4",
"mkdocs-redirects>=1.2.2",
+ "mkdocs-llmstxt>=0.5",
]
[tool.uv]