From 68860c7dda7f0e646c0ff234728fc3ae163c8c87 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Sun, 18 May 2025 20:51:52 -0700 Subject: [PATCH] clean up readme --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 0034b72..1d44062 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,6 @@ A Sphinx extension that generates a summary `llms.txt` file, written in Markdown See [sphinx-llms-txt documentation](https://sphinx-llms-txt.readthedocs.io/en/latest/index.html) for installation and configuration instructions. -## Features - -- Creates `llms.txt` and `llms-full.txt` -- Automatically add content from `include` directives -- Resolves relative paths in directives like `image` and `figure` to use full paths - - Ability to add list of custom directives with `llms_txt_directives` - - Optionally, prepend a base URL using Sphinx's `html_baseurl` -- Ability to exclude pages - ## License MIT License - see LICENSE file for details.