1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
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
|