From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Sun, 21 Sep 2025 07:14:21 +0200
Subject: docs: Don't use llmstxt addon for MKDocs

This package isn't packaged yet for Debian.

https://github.com/pawamoy/mkdocs-llmstxt

Forwarded: not-needed
---
 mkdocs.yml | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 0275dc1..6ccd1aa 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -111,29 +111,29 @@ plugins:
 - redirects:
     redirect_maps:
       outsource.md: external/outsource.md
-- llmstxt:
-    sections:
-      Overview:
-      - index.md
-      - configuration.md
-      - pytest.md
-      - categories.md
-      - code_generation.md
-      - limitations.md
-      Core Reference:
-      - fix_assert.md
-      - eq_snapshot.md
-      - cmp_snapshot.md
-      - in_snapshot.md
-      - getitem_snapshot.md
-      - external/*.md
-      - customize_repr.md
-      - types.md
-      HowTo:
-      - howto/*.md
-      Extensions:
-      - extra.md
-      - third_party.md
+#- llmstxt:
+#    sections:
+#      Overview:
+#      - index.md
+#      - configuration.md
+#      - pytest.md
+#      - categories.md
+#      - code_generation.md
+#      - limitations.md
+#      Core Reference:
+#      - fix_assert.md
+#      - eq_snapshot.md
+#      - cmp_snapshot.md
+#      - in_snapshot.md
+#      - getitem_snapshot.md
+#      - external/*.md
+#      - customize_repr.md
+#      - types.md
+#      HowTo:
+#      - howto/*.md
+#      Extensions:
+#      - extra.md
+#      - third_party.md
 
 extra_css:
 - styles/extra.css
