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
|
From: Colin Watson <cjwatson@debian.org>
Date: Mon, 15 Dec 2025 12:27:07 +0000
Subject: Disable mkdocs-llmstxt plugin for Debian
Forwarded: not-needed
Last-Update: 2025-12-15
---
mkdocs.yml | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/mkdocs.yml b/mkdocs.yml
index 0e86c9f..0a21959 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -111,19 +111,6 @@ plugins:
python:
inventories:
- file:///usr/share/doc/python3-doc/html/objects.inv
- - llmstxt:
- full_output: llms-full.txt
- markdown_description: |-
- Uvicorn is a lightning-fast ASGI server implementation, designed to run asynchronous web applications.
- It supports the ASGI specification, which allows for both HTTP/1.1 and WebSocket protocols.
- sections:
- Sections:
- - index.md
- - settings.md
- - deployment/*.md
- - server-behavior.md
- Concepts:
- - concepts/*.md
hooks:
- docs/plugins/main.py
|